Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aac6f31 + b782ef2 commit 4627c1aCopy full SHA for 4627c1a
README.md
@@ -35,7 +35,7 @@ You must use sbt 1.5.5 or newer; older versions of sbt are not supported.
35
Set the Scala 3 version:
36
37
```scala
38
-scalaVersion := "3.5.2"
+scalaVersion := "3.6.2"
39
```
40
41
### Getting your project to compile with Scala 3
build.sbt
@@ -4,7 +4,7 @@ lazy val root = project
4
name := "scala3-example-project",
5
description := "Example sbt project that compiles using Scala 3",
6
version := "0.1.0",
7
- scalaVersion := "3.5.2",
+ scalaVersion := "3.6.2",
8
scalacOptions ++= Seq("-deprecation"),
9
libraryDependencies += "org.scalameta" %% "munit" % "1.0.3" % Test
10
)
0 commit comments