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

Update coursier to 2.1.0-M7 #1447

Merged
merged 1 commit into from
Oct 14, 2022
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
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,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-M6-53-gb4f448130"
def coursierCli = "2.1.0-M5-18-gfebf9838c"
def coursierM1Cli = "2.1.0-M6-53-gb4f448130"
def coursier = "2.1.0-M7"
def coursierCli = "2.1.0-M7"
def coursierM1Cli = "2.1.0-M7"
def jsoniterScala = "2.17.3"
def jsoniterScalaJava8 = "2.13.5"
def scalaMeta = "4.5.13"
Expand Down