Skip to content

Commit b88ad8b

Browse files
Bump ujson to 1.2.2
1 parent 078c303 commit b88ad8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sc

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class RequestsModule(val crossScalaVersion: String) extends CrossScalaModule wit
2424
object test extends Tests{
2525
def ivyDeps = Agg(
2626
ivy"com.lihaoyi::utest::0.7.5",
27-
ivy"com.lihaoyi::ujson::1.2.0"
27+
ivy"com.lihaoyi::ujson::1.2.2"
2828
)
2929
def testFrameworks = Seq("utest.runner.Framework")
3030
}

0 commit comments

Comments
 (0)