Skip to content

Commit

Permalink
Update ujson to 3.1.5 (#2932)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 6, 2024
1 parent 0c867a4 commit 7a842bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/deps.sc
Expand Up @@ -52,7 +52,7 @@ object Deps {
def scalazConcurrent = ivy"org.scalaz::scalaz-concurrent:${Versions.scalaz}"
def slf4JNop = ivy"org.slf4j:slf4j-nop:2.0.12"
def svm = ivy"org.graalvm.nativeimage:svm:22.0.0.2"
def ujson = ivy"com.lihaoyi::ujson:3.1.4"
def ujson = ivy"com.lihaoyi::ujson:3.1.5"
def utest = ivy"com.lihaoyi::utest::0.8.2"
def windowsAnsi = ivy"io.github.alexarchambault.windows-ansi:windows-ansi:0.0.5"
}
Expand Down

0 comments on commit 7a842bb

Please sign in to comment.