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