Skip to content

Commit b36f9fe

Browse files
Update coursier-jvm_2.13, ... to 2.1.0-RC3 (#1688)
* Update coursier-jvm_2.13, ... to 2.1.0-RC3 * Stay on coursier CLI 2.1.0-RC2 on Linux Co-authored-by: Alexandre Archambault <[email protected]>
1 parent 36a0a9f commit b36f9fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/deps.sc

Lines changed: 2 additions & 2 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-RC2"
84+
def coursier = "2.1.0-RC3"
8585
def coursierCli = "2.1.0-RC2"
86-
def coursierM1Cli = "2.1.0-RC2"
86+
def coursierM1Cli = "2.1.0-RC3"
8787
def jsoniterScala = "2.19.1"
8888
def jsoniterScalaJava8 = "2.13.5.2"
8989
def scalaMeta = "4.7.0"

0 commit comments

Comments
 (0)