Skip to content

Commit 6947fac

Browse files
authored
Merge pull request #157 from scala-steward/update/scala3-library-3.5.2
Update scala3-library to 3.5.2
2 parents 3b13307 + 0a832ba commit 6947fac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You must use sbt 1.5.5 or newer; older versions of sbt are not supported.
3535
Set the Scala 3 version:
3636

3737
```scala
38-
scalaVersion := "3.5.1"
38+
scalaVersion := "3.5.2"
3939
```
4040

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

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lazy val root = project
44
name := "scala3-example-project",
55
description := "Example sbt project that compiles using Scala 3",
66
version := "0.1.0",
7-
scalaVersion := "3.5.1",
7+
scalaVersion := "3.5.2",
88
scalacOptions ++= Seq("-deprecation"),
99
libraryDependencies += "org.scalameta" %% "munit" % "1.0.2" % Test
1010
)

0 commit comments

Comments
 (0)