From 6aee7f8cc4763054981ad57b8b790116fcbdc776 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 00:22:57 +0000 Subject: [PATCH] Update interface to 1.0.26 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e846d07..7c9d267 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.24", + "io.get-coursier" % "interface" % "1.0.26", "io.get-coursier" %% "versions" % "0.3.1", "com.lihaoyi" %% "ujson" % "3.1.4", // FIXME shade "com.eed3si9n.verify" %% "verify" % "2.0.1" % Test,