Skip to content

Commit

Permalink
Update upickle to 2.0.0 (#1854)
Browse files Browse the repository at this point in the history
Pull request: #1854
  • Loading branch information
scala-steward authored May 2, 2022
1 parent d3d866a commit 2cae729
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 @@ -123,7 +123,7 @@ object Deps {
def scalaReflect(scalaVersion: String) = ivy"org.scala-lang:scala-reflect:${scalaVersion}"
def scalacScoveragePlugin = ivy"org.scoverage:::scalac-scoverage-plugin:1.4.11"
val sourcecode = ivy"com.lihaoyi::sourcecode:0.2.8"
val upickle = ivy"com.lihaoyi::upickle:1.6.0"
val upickle = ivy"com.lihaoyi::upickle:2.0.0"
val utest = ivy"com.lihaoyi::utest:0.7.11"
val windowsAnsi = ivy"io.github.alexarchambault.windows-ansi:windows-ansi:0.0.3"
val zinc = ivy"org.scala-sbt::zinc:1.6.1"
Expand Down

0 comments on commit 2cae729

Please sign in to comment.