Skip to content

Commit bf8b75b

Browse files
scalameta-bottgodzik
authored andcommitted
Update jsoniter-scala-core, ... to 2.13.39
1 parent d6b39be commit bf8b75b

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.5.2",
26-
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.13.5.2"
25+
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.13.39",
26+
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.13.39"
2727
)
2828

2929
val isScala212 = Def.setting {

0 commit comments

Comments
 (0)