Update coursier, ... to 2.1.8 (#487)

This commit is contained in:
Scala Steward 2023-11-27 14:53:59 +01:00 committed by GitHub
parent e2de6e30e3
commit b15d6130eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.7"
def coursierVersion0 = "2.1.8"
def coursierDep = ("io.get-coursier" %% "coursier" % coursierVersion0)
.exclude("org.codehaus.plexus", "plexus-archiver")
.exclude("org.codehaus.plexus", "plexus-container-default")