Skip to content

Commit

Permalink
Bump upickle
Browse files Browse the repository at this point in the history
  • Loading branch information
joan38 committed Oct 3, 2020
1 parent d865448 commit ac4e9f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ 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.1"
val ujsonCirce = ivy"com.lihaoyi::ujson-circe:1.2.0"
val upickle = ivy"com.lihaoyi::upickle:1.2.0"
val ujsonCirce = ivy"com.lihaoyi::ujson-circe:1.2.1"
val upickle = ivy"com.lihaoyi::upickle:1.2.1"
val utest = ivy"com.lihaoyi::utest:0.7.4"
val zinc = ivy"org.scala-sbt::zinc:1.4.0-M1"
val bsp = ivy"ch.epfl.scala:bsp4j:2.0.0-M4"
Expand Down

0 comments on commit ac4e9f4

Please sign in to comment.