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

Commit

Permalink
Update scala-library to 2.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 1, 2024
1 parent 06e6ea8 commit abfe6b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit abfe6b1

Please sign in to comment.