File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ lazy val msgpack4zCore = CrossProject(
200
200
val g = " https://raw.githubusercontent.com/msgpack4z/msgpack4z-core/" + tagOrHash.value
201
201
s " -P:scalajs:mapSourceURI: $a-> $g/ "
202
202
},
203
- scalaJSSemantics ~= { _.withStrictFloats(true ) }
203
+ scalaJSLinkerConfig ~= { _.withSemantics(_. withStrictFloats(true )) },
204
204
)
205
205
.platformsSettings(NativePlatform , JSPlatform )(
206
206
libraryDependencies ++= Seq (
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
4
4
addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.8.1" )
5
5
addSbtPlugin(" com.github.scalaprops" % " sbt-scalaprops" % " 0.3.2" )
6
6
addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 0.6.3" )
7
- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 0.6.32 " )
7
+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.0.0 " )
8
8
addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 0.6.1" )
9
9
addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 0.6.1" )
10
10
addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.3.9" )
You can’t perform that action at this time.
0 commit comments