Skip to content

Commit fe4bf79

Browse files
committed
.
1 parent c69759f commit fe4bf79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1835,8 +1835,8 @@ object Build {
18351835
"com.lihaoyi" %% "fansi" % "0.5.1",
18361836
"com.lihaoyi" %% "sourcecode" % "0.4.4",
18371837
"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
1838+
("io.get-coursier" %% "coursier" % "2.0.24" % Test).cross(CrossVersion.for3Use2_13),
1839+
"io.get-coursier" % "interface" % "1.0.28", // used by the REPL for dependency resolution
18401840
),
18411841
// Configure to use the non-bootstrapped compiler
18421842
scalaInstance := {

0 commit comments

Comments
 (0)