Skip to content

Commit

Permalink
Update coursier-launcher to 2.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 7, 2024
1 parent b0c1864 commit 3f1e8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Deps {

def caseApp = "com.github.alexarchambault" %% "case-app" % "2.0.6"
def coursierInterface = "io.get-coursier" % "interface" % "1.0.18"
def coursierLauncher = "io.get-coursier" %% "coursier-launcher" % "2.0.16"
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
def osLib = "com.lihaoyi" %% "os-lib" % "0.9.0"
Expand Down

0 comments on commit 3f1e8d7

Please sign in to comment.