Update coursier, ... to 2.1.4 (#461)

This commit is contained in:
Scala Steward
2023-05-25 19:19:25 +02:00
committed by GitHub
parent aa6bd3c515
commit c5aff65f75
+1 -1
View File
@@ -24,7 +24,7 @@ inThisBuild(List(
Global / excludeLintKeys += scriptedBufferLog
Global / excludeLintKeys += scriptedLaunchOpts
def coursierVersion0 = "2.1.3"
def coursierVersion0 = "2.1.4"
def coursierDep = ("io.get-coursier" %% "coursier" % coursierVersion0)
.exclude("org.codehaus.plexus", "plexus-archiver")
.exclude("org.codehaus.plexus", "plexus-container-default")