Skip to content

Commit d91ef2a

Browse files
authored
Merge pull request #1117 from scala-steward/update/jsoniter-scala-core-2.40.1
Update jsoniter-scala-core, ... to 2.40.1
2 parents 2f6ff5a + 522128e commit d91ef2a

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
@@ -25,7 +25,7 @@ def isScala213(v: Option[(Long, Long)]): Boolean = v.exists(_._1 == 2) && v.exis
2525
def isScala3(v: Option[(Long, Long)]): Boolean = v.exists(_._1 == 3)
2626

2727
def jsoniter = List("core", "macros").map { pkg =>
28-
"com.github.plokhotnyuk.jsoniter-scala" %% s"jsoniter-scala-$pkg" % "2.38.17"
28+
"com.github.plokhotnyuk.jsoniter-scala" %% s"jsoniter-scala-$pkg" % "2.40.1"
2929
}
3030

3131
val isScala212 = Def.setting {

0 commit comments

Comments
 (0)