Merge pull request #9459 from eed3si9n/bport2/bump-ivy

[2.0.x] bport: Update Ivy and sjson-new
This commit is contained in:
eugene yokota 2026-07-16 01:52:08 -04:00 committed by GitHub
commit c987acd3da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ object Dependencies {
def addSbtZinc = addSbtModule(sbtZincPath, "zinc", zinc)
def addSbtZincCompileCore = addSbtModule(sbtZincPath, "zincCompileCore", zincCompileCore)
lazy val sjsonNewVersion = "0.15.0"
lazy val sjsonNewVersion = "0.15.1"
def sjsonNew(n: String) = Def.setting(
"com.eed3si9n" %% n % sjsonNewVersion
) // contrabandSjsonNewVersion.value
@ -117,7 +117,7 @@ object Dependencies {
val hedgehog = "qa.hedgehog" %% "hedgehog-sbt" % "0.13.0"
val disruptor = "com.lmax" % "disruptor" % "3.4.2"
val ivy = "org.scala-sbt.ivy" % "ivy" % "2.3.0-sbt-939a7ea82f140cdb1f51dc404bb43e00a8c43b83"
val ivy = "org.scala-sbt.ivy" % "ivy" % "2.3.0-sbt-f686954b0021a5c3245766ced0cdaeca8ba2fd7a"
// lm dependencies
val jsch = ("com.github.mwiede" % "jsch" % "0.2.23").intransitive()