File tree 1 file changed +2
-2
lines changed
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 {
27
27
ivy " org.scala-js::scalajs-linker: $scalaJsVersion" ,
28
28
ivy " com.github.scopt::scopt:4.1.0 " ,
29
29
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
32
32
ivy " com.armanbilge::scalajs-importmap:0.1.1 "
33
33
)
34
34
def mainClass = Some (" org.scalajs.cli.Scalajsld" )
You can’t perform that action at this time.
0 commit comments