Skip to content

Commit

Permalink
Merge pull request #144 from scala-steward/update/scala3-library-3.4.1
Browse files Browse the repository at this point in the history
Update scala3-library to 3.4.1
  • Loading branch information
SethTisue committed Apr 15, 2024
2 parents 77a7292 + 08dd6f8 commit 0e3f8b4
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 @@ -35,7 +35,7 @@ You must use sbt 1.5.5 or newer; older versions of sbt are not supported.
Set the Scala 3 version:

```scala
scalaVersion := "3.3.3"
scalaVersion := "3.4.1"
```

### Getting your project to compile with Scala 3
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lazy val root = project
name := "scala3-example-project",
description := "Example sbt project that compiles using Scala 3",
version := "0.1.0",
scalaVersion := "3.3.3",
scalaVersion := "3.4.1",
scalacOptions ++= Seq("-deprecation"),
libraryDependencies += "org.scalameta" %% "munit" % "0.7.29" % Test
)

0 comments on commit 0e3f8b4

Please sign in to comment.