mirror of https://github.com/sbt/sbt.git
Update coursier to 2.1.0-RC2
This commit is contained in:
parent
3df025313b
commit
0faa7291fb
|
|
@ -24,7 +24,7 @@ inThisBuild(List(
|
|||
Global / excludeLintKeys += scriptedBufferLog
|
||||
Global / excludeLintKeys += scriptedLaunchOpts
|
||||
|
||||
val coursierVersion0 = "2.1.0-RC1"
|
||||
val coursierVersion0 = "2.1.0-RC2"
|
||||
|
||||
def dataclassGen(data: Reference) = Def.taskDyn {
|
||||
val root = (ThisBuild / baseDirectory).value.toURI.toString
|
||||
|
|
|
|||
Loading…
Reference in New Issue