Skip to content

Commit

Permalink
Update coursier to 2.1.0-RC3-1 (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 19, 2022
1 parent 6c2acf8 commit da50189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da50189

Please sign in to comment.