Skip to content

Commit

Permalink
Merge pull request #1119 from zio/update/scala3-library-3.2.2
Browse files Browse the repository at this point in the history
Update scala3-library to 3.2.2
  • Loading branch information
vigoo authored Oct 27, 2023
2 parents b64c62d + 528978e commit ee8a49b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object Common extends AutoPlugin {

val scala212Version = "2.12.17"
val scala213Version = "2.13.12"
val scala3Version = "3.2.1"
val scala3Version = "3.2.2"

val scalacOptions212 = Seq("-Ypartial-unification", "-deprecation")
val scalacOptions213 = Seq("-deprecation")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ trait GithubActionsGenerator {

val scala212 = ScalaVersion("2.12.17")
val scala213 = ScalaVersion("2.13.12")
val scala3 = ScalaVersion("3.2.1")
val scala3 = ScalaVersion("3.2.2")
val scalaVersions = Seq(
scala212,
scala213,
Expand Down

0 comments on commit ee8a49b

Please sign in to comment.