Skip to content

Commit

Permalink
Update scala3-compiler_3 to 3.3.3 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 1, 2024
1 parent d1738cc commit dad70ad
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 @@ -13,7 +13,7 @@ lazy val root = project
"dev.zio" %% "zio-test-sbt" % zioVersion % Test,
"dev.zio" %% "zio-test-junit" % zioVersion % Test,
"dev.zio" %% "zio-test-magnolia" % zioVersion % Test,
"org.scala-lang" % "scala3-compiler_3" % "3.3.2-RC1"
"org.scala-lang" % "scala3-compiler_3" % "3.3.3"
),
scriptedLaunchOpts ++= List("-Xms1024m", "-Xmx1024m", "-XX:ReservedCodeCacheSize=128m", "-XX:MaxPermSize=256m", "-Xss2m", "-Dfile.encoding=UTF-8"),
resolvers += Resolver.url("typesafe", url("https://repo.typesafe.com/typesafe/ivy-releases/"))(Resolver.ivyStylePatterns)
Expand Down

0 comments on commit dad70ad

Please sign in to comment.