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