From 2eda5e8ca3f41a8f8b5f4e72de2b1e7b4454ab05 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 7 Dec 2024 13:43:20 +0000 Subject: [PATCH] Update interface to 1.0.26 --- project/Deps.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Deps.scala b/project/Deps.scala index ff04f4b..52a82ea 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -6,7 +6,7 @@ import sbt.Keys.scalaVersion object Deps { def caseApp = "com.github.alexarchambault" %% "case-app" % "2.0.6" - def coursierInterface = "io.get-coursier" % "interface" % "1.0.18" + def coursierInterface = "io.get-coursier" % "interface" % "1.0.26" def coursierLauncher = "io.get-coursier" %% "coursier-launcher" % "2.1.10" def dataClass = "io.github.alexarchambault" %% "data-class" % "0.2.6" def macroParadise = "org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.full