Skip to content

Commit

Permalink
Update scala-library to 2.13.11
Browse files Browse the repository at this point in the history
  • Loading branch information
typelevel-steward[bot] committed Jun 7, 2023
1 parent 41444f7 commit 4ab229c
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.3.0, 2.13.10, 2.12.17]
scala: [3.3.0, 2.13.11, 2.12.17]
java: [temurin@8]
project: [rootJS, rootJVM, rootNative]
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ThisBuild / tlBaseVersion := "1.5"
lazy val scala212 = "2.12.17"
lazy val scala213 = "2.13.10"
lazy val scala213 = "2.13.11"
lazy val scala3 = "3.3.0"
ThisBuild / crossScalaVersions := Seq(scala3, scala213, scala212)
ThisBuild / tlVersionIntroduced := Map("3" -> "1.1.2")
Expand Down

0 comments on commit 4ab229c

Please sign in to comment.