Skip to content

Commit

Permalink
Merge pull request #539 from eed3si9n/wip/bump
Browse files Browse the repository at this point in the history
Update Coursier to 2.1.19
  • Loading branch information
eed3si9n authored Nov 29, 2024
2 parents b82b795 + fa35a0e commit 5e41a45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ inThisBuild(List(
Global / excludeLintKeys += scriptedBufferLog
Global / excludeLintKeys += scriptedLaunchOpts

def coursierVersion0 = "2.1.16"
def coursierVersion0 = "2.1.19"
def coursierDep = ("io.get-coursier" %% "coursier" % coursierVersion0)
.exclude("org.codehaus.plexus", "plexus-archiver")
.exclude("org.codehaus.plexus", "plexus-container-default")
Expand Down Expand Up @@ -134,6 +134,7 @@ lazy val `lm-coursier-shaded` = project
shadingRules ++= {
val toShade = Seq(
"coursier",
"dependency",
"org.fusesource",
"macrocompat",
"io.github.alexarchambault.windowsansi",
Expand Down

0 comments on commit 5e41a45

Please sign in to comment.