Update coursier, ... to 2.1.11

This commit is contained in:
Scala Steward 2024-09-10 14:00:00 +00:00
parent 0be1a9fb9b
commit 35a12d41af
No known key found for this signature in database
GPG Key ID: 7FE176635A140508
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ inThisBuild(List(
Global / excludeLintKeys += scriptedBufferLog
Global / excludeLintKeys += scriptedLaunchOpts
def coursierVersion0 = "2.1.10"
def coursierVersion0 = "2.1.11"
def coursierDep = ("io.get-coursier" %% "coursier" % coursierVersion0)
.exclude("org.codehaus.plexus", "plexus-archiver")
.exclude("org.codehaus.plexus", "plexus-container-default")