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 a2498b6 commit cf5e818Copy full SHA for cf5e818
project/Build.scala
@@ -1835,8 +1835,8 @@ object Build {
1835
"com.lihaoyi" %% "fansi" % "0.5.1",
1836
"com.lihaoyi" %% "sourcecode" % "0.4.4",
1837
"com.github.sbt" % "junit-interface" % "0.13.3" % Test,
1838
- ("io.get-coursier" %% "coursier" % "2.0.24" % Test).cross(CrossVersion.for3Use2_13),
1839
- "io.get-coursier" % "interface" % "1.0.29", // used by the REPL for dependency resolution
+ "io.get-coursier" % "interface" % "1.0.28", // used by the REPL for dependency resolution
+ "org.virtuslab" % "using_directives" % "1.1.4", // used by the REPL for parsing magic comments
1840
),
1841
// Configure to use the non-bootstrapped compiler
1842
scalaInstance := {
0 commit comments