Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump coursier to 2.1.2 #2063

Merged
merged 1 commit into from Apr 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions project/deps.sc
Expand Up @@ -80,9 +80,9 @@ object InternalDeps {
object Deps {
object Versions {
// jni-utils version may need to be sync-ed when bumping the coursier version
def coursier = "2.1.0-RC4"
def coursierCli = "2.1.0-RC2"
def coursierM1Cli = "2.1.0-RC4"
def coursier = "2.1.2"
def coursierCli = "2.1.2"
def coursierM1Cli = "2.1.2"
def jsoniterScala = "2.20.3"
def jsoniterScalaJava8 = "2.13.5.2"
def scalaMeta = "4.7.1"
Expand Down