Skip to content

Commit fee7c61

Browse files
authored
Merge pull request scala-cli#61 from scala-steward/update/jsoniter-scala-core-2.28.5
Update jsoniter-scala-core, ... to 2.28.5
2 parents fb710d9 + 54e51a2 commit fee7c61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sc

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ trait Cli extends ScalaModule with ScalaJsCliPublishModule {
2727
ivy"org.scala-js::scalajs-linker:$scalaJsVersion",
2828
ivy"com.github.scopt::scopt:4.1.0",
2929
ivy"com.lihaoyi::os-lib:0.10.0",
30-
ivy"com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-core:2.28.4", // This is the java8 version of jsoniter, according to scala-cli build
31-
ivy"com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-macros:2.28.4", // This is the java8 version of jsoniter, according to scala-cli build
30+
ivy"com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-core:2.28.5", // This is the java8 version of jsoniter, according to scala-cli build
31+
ivy"com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-macros:2.28.5", // This is the java8 version of jsoniter, according to scala-cli build
3232
ivy"com.armanbilge::scalajs-importmap:0.1.1"
3333
)
3434
def mainClass = Some("org.scalajs.cli.Scalajsld")

0 commit comments

Comments
 (0)