Skip to content

Commit e9f74da

Browse files
Merge pull request #55 from scala/scalaVersion-value
Update build.sbt
2 parents f5d19ae + ed02e35 commit e9f74da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/g8/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ lazy val root = project
99
scalaVersion := scala3Version,
1010

1111
libraryDependencies ++= Seq(
12-
"org.scala-lang" %% "scala3-staging" % scala3Version,
12+
"org.scala-lang" %% "scala3-staging" % scalaVersion.value,
1313
"com.github.sbt" % "junit-interface" % "0.13.3" % "test"
1414
)
1515
)

0 commit comments

Comments
 (0)