Skip to content

Commit c4c2b51

Browse files
Update coursier-jvm_2.13, ... to 2.1.0-RC2 (#1590)
1 parent 11ee7bb commit c4c2b51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/deps.sc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ object InternalDeps {
8181
object Deps {
8282
object Versions {
8383
// jni-utils version may need to be sync-ed when bumping the coursier version
84-
def coursier = "2.1.0-RC1"
85-
def coursierCli = "2.1.0-RC1"
86-
def coursierM1Cli = "2.1.0-RC1"
84+
def coursier = "2.1.0-RC2"
85+
def coursierCli = "2.1.0-RC2"
86+
def coursierM1Cli = "2.1.0-RC2"
8787
def jsoniterScala = "2.17.9"
8888
def jsoniterScalaJava8 = "2.13.5"
8989
def scalaMeta = "4.6.0"

0 commit comments

Comments
 (0)