Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Update scala-library to 2.13.13 #724

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
scala: [ 2.13.12 ]
scala: [ 2.13.13 ]
jvm: [ 8, 11, 20, 21 ]
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

lazy val commonSettings = Seq(
organization := "edu.berkeley.cs",
scalaVersion := "2.13.12",
crossScalaVersions := Seq("2.13.12")
scalaVersion := "2.13.13",
crossScalaVersions := Seq("2.13.13")
)

val chiselVersion = "6.0.0"
Expand Down
Loading