Skip to content

Commit

Permalink
Update upickle to 1.4.3 (com-lihaoyi#1611)
Browse files Browse the repository at this point in the history
Pull request: com-lihaoyi#1611
  • Loading branch information
scala-steward authored and pbuszka committed Dec 26, 2021
1 parent 12fcdba commit b9276a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ object Deps {
def scalaReflect(scalaVersion: String) = ivy"org.scala-lang:scala-reflect:${scalaVersion}"
def scalacScoveragePlugin = ivy"org.scoverage:::scalac-scoverage-plugin:1.4.10"
val sourcecode = ivy"com.lihaoyi::sourcecode:0.2.7"
val upickle = ivy"com.lihaoyi::upickle:1.4.2"
val upickle = ivy"com.lihaoyi::upickle:1.4.3"
val utest = ivy"com.lihaoyi::utest:0.7.10"
val windowsAnsi = ivy"io.github.alexarchambault.windows-ansi:windows-ansi:0.0.3"
val zinc = ivy"org.scala-sbt::zinc:1.5.7"
Expand Down

0 comments on commit b9276a3

Please sign in to comment.