Skip to content

Commit

Permalink
Merge pull request #557 from scala-steward/update/scala3-library-3.0.2
Browse files Browse the repository at this point in the history
Update scala3-library to 3.0.2
  • Loading branch information
danicheg authored Sep 1, 2021
2 parents 692a3ea + 65447b6 commit cb9a589
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 @@ -27,7 +27,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
scala: [2.12.14, 2.13.6, 3.0.1]
scala: [2.12.14, 2.13.6, 3.0.2]
java: [[email protected]]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ThisBuild / versionIntroduced := Map(
"3.0.0-RC3" -> "0.15.0"
)

ThisBuild / crossScalaVersions := Seq("2.12.14", "2.13.6", "3.0.1")
ThisBuild / crossScalaVersions := Seq("2.12.14", "2.13.6", "3.0.2")
ThisBuild / scalaVersion := crossScalaVersions.value.filter(_.startsWith("2.")).last

lazy val commonSettings = Seq(
Expand Down

0 comments on commit cb9a589

Please sign in to comment.