Skip to content

Commit 81bd89d

Browse files
authored
Merge pull request #12 from Kordyjan/scala-3.1.2
Update Scala to 3.1.2
2 parents 56ebbc9 + e7d901d commit 81bd89d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Any version number that starts with `3.` is automatically recognized as Scala 3;
2121
you don't need to set up anything:
2222

2323
```scala
24-
def scalaVersion = "3.1.1"
24+
def scalaVersion = "3.1.2"
2525
```
2626

2727
#### Nightly builds

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import mill._, scalalib._
22

33
object root extends SbtModule {
44
def millSourcePath = ammonite.ops.pwd
5-
def scalaVersion = "3.1.1"
5+
def scalaVersion = "3.1.2"
66
def publishVersion = "0.1.0"
77
}

0 commit comments

Comments
 (0)