File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments