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 Jun 21, 2022
1 parent 20a24a7 commit 92a6cc9
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
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.16, 3.1.2, 2.13.8]
scala: [2.12.16, 3.1.3, 2.13.8]
java: [temurin@8]
project: [rootJS, rootJVM]
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
@@ -1,4 +1,4 @@
ThisBuild / crossScalaVersions := Seq("2.12.16", "3.1.2", "2.13.8")
ThisBuild / crossScalaVersions := Seq("2.12.16", "3.1.3", "2.13.8")
ThisBuild / tlBaseVersion := "2.2"
ThisBuild / tlVersionIntroduced := Map("3" -> "2.0.2")
ThisBuild / startYear := Some(2014)
Expand Down

0 comments on commit 92a6cc9

Please sign in to comment.