Skip to content

Commit

Permalink
Update scala3-compiler_3 to 3.3.1 (#145)
Browse files Browse the repository at this point in the history
* Update scala3-compiler_3 to 3.3.1

* Scala 3.3.1 in default.properties

---------

Co-authored-by: Piotr Paradziński <[email protected]>
  • Loading branch information
scala-steward and lemastero authored Oct 25, 2023
1 parent 2be0390 commit 03e6cad
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-RC5"
"org.scala-lang" % "scala3-compiler_3" % "3.3.1"
),
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-RC5
dotty_version=3.3.1
organization=com.example
package=$organization$

0 comments on commit 03e6cad

Please sign in to comment.