We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 078c303 commit b88ad8bCopy full SHA for b88ad8b
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.5",
27
- ivy"com.lihaoyi::ujson::1.2.0"
+ ivy"com.lihaoyi::ujson::1.2.2"
28
)
29
def testFrameworks = Seq("utest.runner.Framework")
30
}
0 commit comments