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.
1 parent 71b33ae commit 52ecb52Copy full SHA for 52ecb52
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.6.2",
+ scalaVersion := "3.6.3",
8
scalacOptions ++= Seq("-deprecation"),
9
libraryDependencies += "org.scalameta" %% "munit" % "1.0.4" % Test
10
)
0 commit comments