Update coursier to 2.1.0-RC3-1 (#438)

This commit is contained in:
Scala Steward 2022-12-19 10:50:53 +01:00 committed by GitHub
parent 6c2acf8847
commit da501892e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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-RC2"
val coursierVersion0 = "2.1.0-RC3-1"
def dataclassGen(data: Reference) = Def.taskDyn {
val root = (ThisBuild / baseDirectory).value.toURI.toString