Update Coursier to 2.1.6

This commit is contained in:
Eugene Yokota 2023-08-24 09:41:24 -04:00
parent eed237f986
commit b2280e618e
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.5"
def coursierVersion0 = "2.1.6"
def coursierDep = ("io.get-coursier" %% "coursier" % coursierVersion0)
.exclude("org.codehaus.plexus", "plexus-archiver")
.exclude("org.codehaus.plexus", "plexus-container-default")