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 5d2cbe6 commit 920b651Copy full SHA for 920b651
src/main/g8/build.sbt
@@ -9,8 +9,8 @@ lazy val root = project
9
scalaVersion := dottyVersion,
10
11
libraryDependencies ++= Seq(
12
- "ch.epfl.lamp" % "dotty_0.10" % dottyVersion,
13
- "ch.epfl.lamp" % "dotty_0.10" % dottyVersion % "test->runtime",
+ "ch.epfl.lamp" %% "dotty" % dottyVersion,
+ "ch.epfl.lamp" %% "dotty" % dottyVersion % "test->runtime",
14
"com.novocode" % "junit-interface" % "0.11" % "test"
15
)
16
0 commit comments