We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77fe31 commit 8913b2aCopy full SHA for 8913b2a
build.sc
@@ -24,7 +24,7 @@ class RequestsModule(val crossScalaVersion: String) extends CrossScalaModule wit
24
object test extends Tests{
25
def ivyDeps = Agg(
26
ivy"com.lihaoyi::utest::0.7.4",
27
- ivy"com.lihaoyi::ujson::1.1.0"
+ ivy"com.lihaoyi::ujson::1.2.0"
28
)
29
def testFrameworks = Seq("utest.runner.Framework")
30
}
0 commit comments