mirror of https://github.com/sbt/sbt.git
Merge pull request #475 from eed3si9n/wip/bump_coursier
Update Coursier to 2.1.6
This commit is contained in:
commit
1fa6df542c
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue