Skip to content

Commit 8913b2a

Browse files
Bump ujson version to 1.2.0
1 parent d77fe31 commit 8913b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sc

Lines changed: 1 addition & 1 deletion
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.4",
27-
ivy"com.lihaoyi::ujson::1.1.0"
27+
ivy"com.lihaoyi::ujson::1.2.0"
2828
)
2929
def testFrameworks = Seq("utest.runner.Framework")
3030
}

0 commit comments

Comments
 (0)