There was an error while loading. Please reload this page.
2 parents 2f6ff5a + 522128e commit d91ef2aCopy full SHA for d91ef2a
1 file changed
build.sbt
@@ -25,7 +25,7 @@ def isScala213(v: Option[(Long, Long)]): Boolean = v.exists(_._1 == 2) && v.exis
25
def isScala3(v: Option[(Long, Long)]): Boolean = v.exists(_._1 == 3)
26
27
def jsoniter = List("core", "macros").map { pkg =>
28
- "com.github.plokhotnyuk.jsoniter-scala" %% s"jsoniter-scala-$pkg" % "2.38.17"
+ "com.github.plokhotnyuk.jsoniter-scala" %% s"jsoniter-scala-$pkg" % "2.40.1"
29
}
30
31
val isScala212 = Def.setting {
0 commit comments