Skip to content

Commit

Permalink
Merge pull request #23 from Kordyjan/scala-3.4.1
Browse files Browse the repository at this point in the history
Update Scala to 3.4.1
  • Loading branch information
sjrd authored Apr 2, 2024
2 parents 6f6f515 + 48df32f commit b030ef5
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.0"
def scalaVersion = "3.4.1"
```

### 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.0"
def scalaVersion = "3.4.1"
}

0 comments on commit b030ef5

Please sign in to comment.