Skip to content

Commit 087a74c

Browse files
committed
Update scala-js to 1.0.0
1 parent d27a31e commit 087a74c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ lazy val msgpack4zCore = CrossProject(
200200
val g = "https://raw.githubusercontent.com/msgpack4z/msgpack4z-core/" + tagOrHash.value
201201
s"-P:scalajs:mapSourceURI:$a->$g/"
202202
},
203-
scalaJSSemantics ~= { _.withStrictFloats(true) }
203+
scalaJSLinkerConfig ~= { _.withSemantics(_.withStrictFloats(true)) },
204204
)
205205
.platformsSettings(NativePlatform, JSPlatform)(
206206
libraryDependencies ++= Seq(

project/plugin.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
44
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.8.1")
55
addSbtPlugin("com.github.scalaprops" % "sbt-scalaprops" % "0.3.2")
66
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")
88
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.1")
99
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "0.6.1")
1010
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.3.9")

0 commit comments

Comments
 (0)