Skip to content

Commit 920b651

Browse files
committed
Remove hardcoded dependency
1 parent 5d2cbe6 commit 920b651

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/g8/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ lazy val root = project
99
scalaVersion := dottyVersion,
1010

1111
libraryDependencies ++= Seq(
12-
"ch.epfl.lamp" % "dotty_0.10" % dottyVersion,
13-
"ch.epfl.lamp" % "dotty_0.10" % dottyVersion % "test->runtime",
12+
"ch.epfl.lamp" %% "dotty" % dottyVersion,
13+
"ch.epfl.lamp" %% "dotty" % dottyVersion % "test->runtime",
1414
"com.novocode" % "junit-interface" % "0.11" % "test"
1515
)
1616
)

0 commit comments

Comments
 (0)