From a699e051af15ba40e351c54657d11f867f35b425 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 00:20:17 +0000 Subject: [PATCH] Update interface to 1.0.23 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 99858bf..ad2f862 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ lazy val `sbt-version-policy` = project scriptedBufferLog := false, addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4"), libraryDependencies ++= Seq( - "io.get-coursier" % "interface" % "1.0.19", + "io.get-coursier" % "interface" % "1.0.23", "io.get-coursier" %% "versions" % "0.3.1", "com.lihaoyi" %% "ujson" % "3.1.4", // FIXME shade "com.eed3si9n.verify" %% "verify" % "2.0.1" % Test,