Skip to content

Commit 01f23a6

Browse files
Merge pull request #4 from lampepfl/remove-hardcoded-dependency
Remove hardcoded dependency
2 parents 5d2cbe6 + 920b651 commit 01f23a6

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)