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 0215fe7 commit d398ae4Copy full SHA for d398ae4
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-compiler_0.14" % scalaVersion.value,
5
- "ch.epfl.lamp" % "dotty-compiler_0.14" % scalaVersion.value % "test->runtime",
+ "ch.epfl.lamp" %% "dotty-compiler" % scalaVersion.value,
+ "ch.epfl.lamp" %% "dotty-compiler" % scalaVersion.value % "test->runtime",
6
"com.novocode" % "junit-interface" % "0.11" % "test"
7
- )
+ )
0 commit comments