Skip to content

Commit

Permalink
Update scala3-library, ... to 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Jul 1, 2022
1 parent 551ffc0 commit ac9dc7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.1.1, 2.12.16, 2.13.8]
scala: [3.1.3, 2.12.16, 2.13.8]
java: [temurin@17]
project: [rootJS, rootJVM]
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ThisBuild / startYear := Some(2013)

val NewScala = "2.13.8"

ThisBuild / crossScalaVersions := Seq("3.1.1", "2.12.16", NewScala)
ThisBuild / crossScalaVersions := Seq("3.1.3", "2.12.16", NewScala)
ThisBuild / tlVersionIntroduced := Map("3" -> "3.0.3")

ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17"))
Expand Down

0 comments on commit ac9dc7c

Please sign in to comment.