diff --git a/README.md b/README.md index 24db73a..72a9149 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Any version number that starts with `3.` is automatically recognized as Scala 3; you don't need to set up anything: ```scala -def scalaVersion = "3.1.0" +def scalaVersion = "3.1.1" ``` #### Nightly builds diff --git a/build.sc b/build.sc index 191e9fa..c35d1fc 100644 --- a/build.sc +++ b/build.sc @@ -2,6 +2,6 @@ import mill._, scalalib._ object root extends SbtModule { def millSourcePath = ammonite.ops.pwd - def scalaVersion = "3.1.0" + def scalaVersion = "3.1.1" def publishVersion = "0.1.0" }