Skip to content

Commit

Permalink
Merge pull request #429 from adpi2/coursier-2.1.0-RC1
Browse files Browse the repository at this point in the history
Update coursier to 2.1.0-RC1
  • Loading branch information
adpi2 committed Nov 10, 2022
2 parents e662168 + ce16f89 commit 3ddf025
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-M7-39-gb8f3d7532"
val coursierVersion0 = "2.1.0-RC1"

def dataclassGen(data: Reference) = Def.taskDyn {
val root = (ThisBuild / baseDirectory).value.toURI.toString
Expand Down

0 comments on commit 3ddf025

Please sign in to comment.