Skip to content

Commit 80556cf

Browse files
authored
Merge pull request #115 from scala-steward/update/scala3-library-3.2.1
Update scala3-library to 3.2.1
2 parents f00a1d5 + d840b9c commit 80556cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ You must use sbt 1.5.5 or newer; older versions of sbt are not supported.
3232

3333
### build.sbt
3434

35-
Set up the Scala 3 version:
35+
Set the Scala 3 version:
3636

3737
```scala
38-
scalaVersion := "3.2.0"
38+
scalaVersion := "3.2.1"
3939
```
4040

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

build.sbt

Lines changed: 1 addition & 1 deletion
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.2.0",
7+
scalaVersion := "3.2.1",
88
scalacOptions ++= Seq("-deprecation"),
99
libraryDependencies += "org.scalameta" %% "munit" % "0.7.29" % Test
1010
)

0 commit comments

Comments
 (0)