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 6e6afaa commit ed02e35Copy full SHA for ed02e35
src/main/g8/build.sbt
@@ -9,7 +9,7 @@ lazy val root = project
9
scalaVersion := scala3Version,
10
11
libraryDependencies ++= Seq(
12
- "org.scala-lang" %% "scala3-staging" % scala3Version,
+ "org.scala-lang" %% "scala3-staging" % scalaVersion.value,
13
"com.github.sbt" % "junit-interface" % "0.13.3" % "test"
14
)
15
0 commit comments