Skip to content

Commit 860cf72

Browse files
authored
Merge pull request #11 from neandertech/update/jsoniter-scala-macros-2.15.0
Update jsoniter-scala-macros to 2.15.0
2 parents d207745 + fe6c414 commit 860cf72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import versions._
3939
object core extends RPCCrossPlatformModule { cross =>
4040

4141
def crossPlatformIvyDeps: T[Agg[Dep]] = Agg(
42-
ivy"com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-macros::2.13.39"
42+
ivy"com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-macros::2.15.0"
4343
)
4444

4545
object jvm extends mill.Cross[JvmModule](scala213, scala3)

0 commit comments

Comments
 (0)