Skip to content

Commit

Permalink
Update ujson to 1.6.0 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jun 20, 2024
1 parent 52b0ffc commit e1ba3bd
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 @@ -67,7 +67,7 @@ object upload extends ScalaModule with MillNativeImagePublishModule {
def scalaVersion = Scala.version
def compileIvyDeps = super.compileIvyDeps() ++ Agg(
ivy"com.lihaoyi::os-lib:0.9.3", // beware, not binary compatible with 0.7.x
ivy"com.lihaoyi::ujson:1.4.4",
ivy"com.lihaoyi::ujson:1.6.0"
)
def ivyDeps = super.ivyDeps() ++ Agg(
ivy"com.softwaremill.sttp.client::core:2.3.0"
Expand Down

0 comments on commit e1ba3bd

Please sign in to comment.