Skip to content

Commit

Permalink
build(deps): Update ujson from 4.0.1 to 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scalameta-bot authored and tgodzik committed Oct 1, 2024
1 parent fe3dc07 commit e611075
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 @@ -446,7 +446,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.1",
"com.lihaoyi" %% "ujson" % "4.0.2",
// 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 e611075

Please sign in to comment.