Skip to content

Commit

Permalink
Merge pull request #391 from scala-steward/update/scala3-library-3.3.0
Browse files Browse the repository at this point in the history
Update scala3-library to 3.3.0
  • Loading branch information
vigoo committed Jul 19, 2023
2 parents ce305b5 + 5544966 commit 1544b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dynverSonatypeSnapshots in ThisBuild := true

val scala212 = "2.12.17"
val scala213 = "2.13.10"
val scala3 = "3.2.2"
val scala3 = "3.3.0"

val scalacOptions212 = Seq("-Ypartial-unification", "-deprecation")
val scalacOptions213 = Seq("-deprecation")
Expand Down

0 comments on commit 1544b1f

Please sign in to comment.