Skip to content

Commit b32bae2

Browse files
committed
Update jsoniter-scala-core, ... to 2.31.1
1 parent f79da90 commit b32bae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ def isScala213(v: Option[(Long, Long)]): Boolean = v.exists(_._1 == 2) && v.exis
2222
def isScala3(v: Option[(Long, Long)]): Boolean = v.exists(_._1 == 3)
2323

2424
def jsoniter = List(
25-
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.13.39",
26-
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.13.39"
25+
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.31.1",
26+
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.31.1"
2727
)
2828

2929
val isScala212 = Def.setting {

0 commit comments

Comments
 (0)