Merge pull request #503 from scala-steward/update/coursier-2.1.10

Update coursier, ... to 2.1.10
This commit is contained in:
eugene yokota 2024-07-08 18:47:52 -04:00 committed by GitHub
commit 99ab0a8af2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.9"
def coursierVersion0 = "2.1.10"
def coursierDep = ("io.get-coursier" %% "coursier" % coursierVersion0)
.exclude("org.codehaus.plexus", "plexus-archiver")
.exclude("org.codehaus.plexus", "plexus-container-default")