Skip to content

Commit

Permalink
Update coursier to 2.0.0-RC1 (#1310)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault authored Nov 14, 2022
1 parent 277624c commit 8d71f4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import coursier.mavenRepositoryString
import $file.ci.upload

import $ivy.`com.lihaoyi::mill-contrib-bloop:$MILL_VERSION`
import $ivy.`io.get-coursier::coursier-launcher:2.1.0-M7-39-gb8f3d7532`
import $ivy.`io.get-coursier::coursier-launcher:2.1.0-RC1`

val ghOrg = "com-lihaoyi"
val ghRepo = "Ammonite"
Expand Down Expand Up @@ -78,7 +78,7 @@ object Deps {
val bsp4j = ivy"ch.epfl.scala:bsp4j:${bspVersion}"
val bcprovJdk15on = ivy"org.bouncycastle:bcprov-jdk15on:1.56"
val cask = ivy"com.lihaoyi::cask:0.6.0"
val coursierInterface = ivy"io.get-coursier:interface:1.0.10"
val coursierInterface = ivy"io.get-coursier:interface:1.0.11"
val fastparse = ivy"com.lihaoyi::fastparse:$fastparseVersion"
val javaparserCore = ivy"com.github.javaparser:javaparser-core:3.2.5"
val javassist = ivy"org.javassist:javassist:3.21.0-GA"
Expand Down

0 comments on commit 8d71f4b

Please sign in to comment.