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 8270aed commit 5997943Copy full SHA for 5997943
sbt-dotty/sbt-test/sbt-dotty/quoted-example-project/build.sbt
@@ -1,7 +1,7 @@
1
scalaVersion := sys.props("plugin.scalaVersion")
2
3
libraryDependencies ++= Seq(
4
- "ch.epfl.lamp" % "dotty_0.14" % scalaVersion.value,
5
- "ch.epfl.lamp" % "dotty_0.14" % scalaVersion.value % "test->runtime",
+ "ch.epfl.lamp" % "dotty-compiler_0.14" % scalaVersion.value,
+ "ch.epfl.lamp" % "dotty-compiler_0.14" % scalaVersion.value % "test->runtime",
6
"com.novocode" % "junit-interface" % "0.11" % "test"
7
)
0 commit comments