Skip to content

Commit a448a8c

Browse files
Update coursier, coursier-jvm to 2.1.4 (#319)
1 parent 4959370 commit a448a8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ lazy val interface = project
187187
Settings.shared,
188188
Settings.mima(),
189189
libraryDependencies ++= Seq(
190-
"io.get-coursier" %% "coursier" % "2.1.3",
191-
"io.get-coursier" %% "coursier-jvm" % "2.1.3",
190+
"io.get-coursier" %% "coursier" % "2.1.4",
191+
"io.get-coursier" %% "coursier-jvm" % "2.1.4",
192192
"io.get-coursier.jniutils" % "windows-jni-utils-coursierapi" % "0.3.3",
193193
"org.slf4j" % "slf4j-api" % "1.7.36" // no need to shade that one…
194194
),

0 commit comments

Comments
 (0)