Skip to content

Commit

Permalink
Switch to coursier 2.0.0-RC4 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault authored Oct 14, 2019
1 parent 631e635 commit 2b2bd7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ lazy val interface = project

Settings.shared,
Settings.mima(),
libraryDependencies += "io.get-coursier" %% "coursier" % "2.0.0-RC3-4",
libraryDependencies += "io.get-coursier" %% "coursier" % "2.0.0-RC4",

libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.1" % Test,
testFrameworks += new TestFramework("utest.runner.Framework"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ object ApiHelper {

val res = coursier.complete.Complete(cache0)
.withRepositories(repositories)
.withScalaBinaryVersion(Option(complete.getScalaBinaryVersion))
.withScalaVersion(Option(complete.getScalaVersion))
.withScalaBinaryVersionOpt(Option(complete.getScalaBinaryVersion))
.withScalaVersionOpt(Option(complete.getScalaVersion))
.withInput(complete.getInput)
.complete()
.unsafeRun()(cache0.ec)
Expand Down

0 comments on commit 2b2bd7a

Please sign in to comment.