Skip to content

Commit

Permalink
Scala 3.3.2-RC1 (#152)
Browse files Browse the repository at this point in the history
* Scala 3.3.2-RC1

* build.sbt Scala 3.3.2-RC1
  • Loading branch information
lemastero authored Dec 22, 2023
1 parent ead5605 commit 1d392ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1"
"org.scala-lang" % "scala3-compiler_3" % "3.3.2-RC1"
),
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
2 changes: 1 addition & 1 deletion src/main/g8/default.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=zio-dotty-quickstart
description=This is a seed project which creates a basic build for a Scala application using ZIO.
dotty_version=3.3.1
dotty_version=3.3.2-RC1
organization=com.example
package=$organization$

0 comments on commit 1d392ab

Please sign in to comment.