Skip to content

Commit

Permalink
Merge pull request #72 from Gedochao/maintenance/bum-deps
Browse files Browse the repository at this point in the history
Bump misc dependencies
  • Loading branch information
tgodzik authored Dec 9, 2024
2 parents 5239e5a + 79d075e commit 7883f0e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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

0 comments on commit 7883f0e

Please sign in to comment.