Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 26d2697

Browse files
committedMay 7, 2025·
Update Scala version to 3.7.0
1 parent 1ea6773 commit 26d2697

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.6.4"
19+
def scalaVersion = "3.7.0"
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.6.4"
4+
def scalaVersion = "3.7.0"
55
}

0 commit comments

Comments
 (0)
Please sign in to comment.