mirror of https://github.com/sbt/sbt.git
Merge pull request #429 from adpi2/coursier-2.1.0-RC1
Update coursier to 2.1.0-RC1
This commit is contained in:
commit
3ddf025c55
|
|
@ -24,7 +24,7 @@ inThisBuild(List(
|
|||
Global / excludeLintKeys += scriptedBufferLog
|
||||
Global / excludeLintKeys += scriptedLaunchOpts
|
||||
|
||||
val coursierVersion0 = "2.1.0-M7-39-gb8f3d7532"
|
||||
val coursierVersion0 = "2.1.0-RC1"
|
||||
|
||||
def dataclassGen(data: Reference) = Def.taskDyn {
|
||||
val root = (ThisBuild / baseDirectory).value.toURI.toString
|
||||
|
|
|
|||
Loading…
Reference in New Issue