Update coursier to 2.1.0-RC2

This commit is contained in:
Scala Steward 2022-11-16 16:42:58 +00:00
parent 3df025313b
commit 0faa7291fb
No known key found for this signature in database
GPG Key ID: 7FE176635A140508
1 changed files with 1 additions and 1 deletions

View File

@ -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