Skip to content

Commit e9ce943

Browse files
authored
Merge pull request #984 from scalameta/update/jsoniter-scala-core-2.36.6
Update jsoniter-scala-core, ... to 2.36.6
2 parents 7f75832 + 73bea64 commit e9ce943

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def isScala213(v: Option[(Long, Long)]): Boolean = v.exists(_._1 == 2) && v.exis
2424
def isScala3(v: Option[(Long, Long)]): Boolean = v.exists(_._1 == 3)
2525

2626
def jsoniter = List("core", "macros").map { pkg =>
27-
"com.github.plokhotnyuk.jsoniter-scala" %% s"jsoniter-scala-$pkg" % "2.35.3"
27+
"com.github.plokhotnyuk.jsoniter-scala" %% s"jsoniter-scala-$pkg" % "2.36.6"
2828
}
2929

3030
val isScala212 = Def.setting {

0 commit comments

Comments
 (0)