Skip to content

Commit be89c1f

Browse files
authored
Merge pull request #14 from Kordyjan/scala-3.1.3
Update Scala to 3.1.3
2 parents 81bd89d + d709339 commit be89c1f

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.2"
24+
def scalaVersion = "3.1.3"
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.2"
5+
def scalaVersion = "3.1.3"
66
def publishVersion = "0.1.0"
77
}

0 commit comments

Comments
 (0)