Skip to content

Commit

Permalink
Merge pull request #569 from scala-steward/update/scala3-compiler-3.2.1
Browse files Browse the repository at this point in the history
scala3-compiler, scala3-library, ... 3.2.1 (was 3.2.0)
  • Loading branch information
mkurz committed Nov 14, 2022
2 parents e71310b + ca1c126 commit 7b6c41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object Dependencies {
val Scala212 = "2.12.17"
val Scala213 = "2.13.10"
val Scala3 = "3.2.0"
val Scala3 = "3.2.1"
val ScalaVersions = Seq(Scala212, Scala213, Scala3)
}

0 comments on commit 7b6c41d

Please sign in to comment.