Skip to content

Commit 25efb0f

Browse files
Merge pull request #26 from WojciechMazur/scala-3.6.2
Update Scala to 3.6.2
2 parents c6245dc + 920e143 commit 25efb0f

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
@@ -16,7 +16,7 @@ IntelliJ](https://blog.jetbrains.com/scala/).
1616
### build.sc
1717

1818
```scala
19-
def scalaVersion = "3.5.2"
19+
def scalaVersion = "3.6.2"
2020
```
2121

2222
### Getting your project to compile with Scala 3

build.sc

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

33
object examples extends ScalaModule {
4-
def scalaVersion = "3.5.2"
4+
def scalaVersion = "3.6.2"
55
}

0 commit comments

Comments
 (0)