Skip to content

Commit

Permalink
Update Scala to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur authored Aug 21, 2024
1 parent 3c03866 commit e19a7b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ IntelliJ](https://blog.jetbrains.com/scala/).
### build.sc

```scala
def scalaVersion = "3.4.2"
def scalaVersion = "3.5.0"
```

### Getting your project to compile with Scala 3
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import mill._, scalalib._

object examples extends ScalaModule {
def scalaVersion = "3.4.2"
def scalaVersion = "3.5.0"
}

0 comments on commit e19a7b8

Please sign in to comment.