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 misc dependencies #72

Merged
merged 5 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .mill-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.0
0.12.3
8 changes: 4 additions & 4 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ object publish extends Cross[Publish](scala213, scala212)
object Deps {

object Version {
def coursier = "2.1.14"
def jsoniterScala = "2.31.1"
def coursier = "2.1.20"
def jsoniterScala = "2.31.3"
}

def collectionCompat = ivy"org.scala-lang.modules::scala-collection-compat::2.12.0"
Expand All @@ -25,8 +25,8 @@ object Deps {
ivy"com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-core:${Version.jsoniterScala}"
def jsoniterMacros =
ivy"com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-macros:${Version.jsoniterScala}"
def sttp = ivy"com.softwaremill.sttp.client3::core:3.5.1"
def utest = ivy"com.lihaoyi::utest::0.7.10"
def sttp = ivy"com.softwaremill.sttp.client3::core:3.10.1"
def utest = ivy"com.lihaoyi::utest::0.8.4"
}

trait Publish extends CrossScalaModule with Published {
Expand Down
2 changes: 1 addition & 1 deletion mill
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# Licensed under the Apache License, Version 2.0


DEFAULT_MILL_VERSION=0.9.10
DEFAULT_MILL_VERSION=0.12.3

set -e

Expand Down
2 changes: 1 addition & 1 deletion mill.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rem setlocal seems to be unavailable on Windows 95/98/ME
rem but I don't think we need to support them in 2019
setlocal enabledelayedexpansion

set "DEFAULT_MILL_VERSION=0.9.10"
set "DEFAULT_MILL_VERSION=0.12.3"

set "MILL_REPO_URL=https://github.com/com-lihaoyi/mill"

Expand Down
Loading