diff --git a/README.md b/README.md index dc6b7e2..0954e1d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ IntelliJ](https://blog.jetbrains.com/scala/). ### build.sc ```scala -def scalaVersion = "3.2.1" +def scalaVersion = "3.3.0" ``` ### Getting your project to compile with Scala 3 diff --git a/build.sc b/build.sc index 4fb0a19..f4f6dc0 100644 --- a/build.sc +++ b/build.sc @@ -1,5 +1,5 @@ import mill._, scalalib._ object examples extends ScalaModule { - def scalaVersion = "3.2.1" + def scalaVersion = "3.3.0" }