Skip to content

Commit

Permalink
Update upickle, upickle_2.13 to 3.1.4 (#1302)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 15, 2024
1 parent ac99132 commit 3ac41f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/deps.sc
Expand Up @@ -76,11 +76,11 @@ object Deps {
def scalatags = ivy"com.lihaoyi::scalatags:0.12.0"
def slf4jNop = ivy"org.slf4j:slf4j-nop:1.7.36"
def upickle =
ivy"com.lihaoyi::upickle:3.1.3" // trying to use the same version as Ammonite, to avoid bin compat issues
ivy"com.lihaoyi::upickle:3.1.4" // trying to use the same version as Ammonite, to avoid bin compat issues
def upickleCompat(sv: String) =
// also using the 2.13 version in Scala 3, as that's the one that Ammonite pulls (the Scala 3 one creates bin compat issues too)
if (sv.startsWith("2.")) ivy"com.lihaoyi::upickle:3.1.3"
else ivy"com.lihaoyi:upickle_2.13:3.1.3"
if (sv.startsWith("2.")) ivy"com.lihaoyi::upickle:3.1.4"
else ivy"com.lihaoyi:upickle_2.13:3.1.4"
def utest = ivy"com.lihaoyi::utest:0.8.2"
}

Expand Down

0 comments on commit 3ac41f3

Please sign in to comment.