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 c69759f commit fe4bf79Copy full SHA for fe4bf79
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.16" % Test).cross(CrossVersion.for3Use2_13),
1839
- "io.get-coursier" % "interface" % "1.0.19", // used by the REPL for dependency resolution
+ ("io.get-coursier" %% "coursier" % "2.0.24" % Test).cross(CrossVersion.for3Use2_13),
+ "io.get-coursier" % "interface" % "1.0.28", // used by the REPL for dependency resolution
1840
),
1841
// Configure to use the non-bootstrapped compiler
1842
scalaInstance := {
0 commit comments