Skip to content

Commit

Permalink
Update upickle to 1.4.1 (#1453)
Browse files Browse the repository at this point in the history
Pull request: #1453
  • Loading branch information
scala-steward committed Sep 5, 2021
1 parent e9932da commit 67b260e
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 @@ -97,7 +97,7 @@ object Deps {
def scalaReflect(scalaVersion: String) = ivy"org.scala-lang:scala-reflect:${scalaVersion}"
def scalacScoveragePlugin = ivy"org.scoverage::scalac-scoverage-plugin:1.4.1"
val sourcecode = ivy"com.lihaoyi::sourcecode:0.2.7"
val upickle = ivy"com.lihaoyi::upickle:1.4.0"
val upickle = ivy"com.lihaoyi::upickle:1.4.1"
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 67b260e

Please sign in to comment.