Skip to content

Commit

Permalink
Switch to coursier 1.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed May 9, 2017
1 parent 5f5d69c commit ddd7e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deps.scala
Expand Up @@ -17,7 +17,7 @@ object Deps {
def ammoniumRuntime = ("org.jupyter-scala" % "ammonite-runtime" % Versions.ammonium).cross(CrossVersion.full)
def asm = "org.ow2.asm" % "asm-all" % "5.0.4"
def caseApp = "com.github.alexarchambault" %% "case-app" % "1.1.3"
def coursierCli = "io.get-coursier" %% "coursier-cli" % "1.0.0-RC1"
def coursierCli = "io.get-coursier" %% "coursier-cli" % "1.0.0-RC2"
def flinkClients = "org.apache.flink" %% "flink-clients" % Versions.flink
def flinkRuntime = "org.apache.flink" %% "flink-runtime" % Versions.flink
def flinkScala = "org.apache.flink" %% "flink-scala" % Versions.flink
Expand Down

0 comments on commit ddd7e66

Please sign in to comment.