Skip to content

Commit d398ae4

Browse files
committed
Use %%
1 parent 0215fe7 commit d398ae4

File tree

1 file changed

+3
-3
lines changed
  • sbt-dotty/sbt-test/sbt-dotty/quoted-example-project

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
scalaVersion := sys.props("plugin.scalaVersion")
22

33
libraryDependencies ++= Seq(
4-
"ch.epfl.lamp" % "dotty-compiler_0.14" % scalaVersion.value,
5-
"ch.epfl.lamp" % "dotty-compiler_0.14" % scalaVersion.value % "test->runtime",
4+
"ch.epfl.lamp" %% "dotty-compiler" % scalaVersion.value,
5+
"ch.epfl.lamp" %% "dotty-compiler" % scalaVersion.value % "test->runtime",
66
"com.novocode" % "junit-interface" % "0.11" % "test"
7-
)
7+
)

0 commit comments

Comments
 (0)