Skip to content

Commit

Permalink
Update versions to 0.2.0 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jun 4, 2020
1 parent a912ca7 commit 56c7531
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 @@ -26,7 +26,7 @@ lazy val `sbt-compatibility` = project
"io.github.alexarchambault" %% "data-class" % "0.2.3" % Provided,
compilerPlugin("org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.full)
),
libraryDependencies += "io.get-coursier" %% "versions" % "0.1.0",
libraryDependencies += "io.get-coursier" %% "versions" % "0.2.0",
libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.4" % Test,
testFrameworks += new TestFramework("utest.runner.Framework")
)
Expand Down

0 comments on commit 56c7531

Please sign in to comment.