Skip to content

Commit cd2a13b

Browse files
committed
.
1 parent 976e7c1 commit cd2a13b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

project/Build.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2313,6 +2313,8 @@ object Build {
23132313
"org.jline" % "jline-terminal-jni" % "3.29.0",
23142314
"com.github.sbt" % "junit-interface" % "0.13.3" % Test,
23152315
("io.get-coursier" %% "coursier" % "2.0.16" % Test).cross(CrossVersion.for3Use2_13),
2316+
"io.get-coursier" % "interface" % "1.0.19", // used by the REPL for dependency resolution
2317+
"org.virtuslab" % "using_directives" % "1.1.4", // used by the REPL for parsing magic comments
23162318
),
23172319
// NOTE: The only difference here is that we drop `-Werror` and semanticDB for now
23182320
Compile / scalacOptions := Seq("-deprecation", "-feature", "-unchecked", "-encoding", "UTF8", "-language:implicitConversions"),

0 commit comments

Comments
 (0)