Skip to content

Commit

Permalink
build(deps): Update ujson from 4.0.0 to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scalameta-bot committed Aug 23, 2024
1 parent 1812f74 commit 2b0fce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ lazy val metals = project
"com.outr" %% "scribe-file" % V.scribe,
"com.outr" %% "scribe-slf4j2" % V.scribe, // needed for flyway database migrations
// for JSON formatted doctor
"com.lihaoyi" %% "ujson" % "4.0.0",
"com.lihaoyi" %% "ujson" % "4.0.1",
// For fetching projects' templates
"com.lihaoyi" %% "requests" % "0.9.0",
// for producing SemanticDB from Scala source files, to be sure we want the same version of scalameta
Expand Down

0 comments on commit 2b0fce6

Please sign in to comment.