Skip to content

Commit 3337a94

Browse files
Update coursier to 2.1.19 (#398)
1 parent 35f3fe3 commit 3337a94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ lazy val interface = project
193193
Settings.shared,
194194
Settings.mima(),
195195
libraryDependencies ++= Seq(
196-
"io.get-coursier" %% "coursier" % "2.1.18",
197-
"io.get-coursier" %% "coursier-jvm" % "2.1.18",
196+
"io.get-coursier" %% "coursier" % "2.1.19",
197+
"io.get-coursier" %% "coursier-jvm" % "2.1.19",
198198
"io.get-coursier.jniutils" % "windows-jni-utils-coursierapi" % "0.3.3",
199199
"org.slf4j" % "slf4j-api" % "1.7.36" // no need to shade that one…
200200
),

0 commit comments

Comments
 (0)