Skip to content

Commit

Permalink
Update coursier-jvm_2.13, ... to 2.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 28, 2024
1 parent cd3bd51 commit 1545ee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2289,7 +2289,7 @@ abstract class RunTestDefinitions
val input = "example.scala"
TestInputs(
os.rel / input ->
s"""//> using dep io.get-coursier:coursier_2.13:2.1.18
s"""//> using dep io.get-coursier:coursier_2.13:2.1.19
|@main def $main1() = println("$main1")
|@main def $main2() = println("$main2")
|""".stripMargin
Expand Down
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ object Deps {
def ammoniteForScala3Lts = ammonite
def argonautShapeless = "1.3.1"
// jni-utils version may need to be sync-ed when bumping the coursier version
def coursierDefault = "2.1.18"
def coursierDefault = "2.1.19"
def coursier = coursierDefault
def coursierCli = coursierDefault
def coursierM1Cli = coursierDefault
Expand Down

0 comments on commit 1545ee6

Please sign in to comment.