Skip to content

Commit 096dc6b

Browse files
committed
update to scalajs 1.0.0-M3
1 parent 2721b6e commit 096dc6b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ scalacOptions ++= Seq(
2121

2222
//Dependencies
2323
libraryDependencies ++= Seq(
24-
"scalajs-react-interface" %%% "core" % "2017.12.28-RC" % Provided,
24+
"scalajs-react-interface" %%% "core" % "2018.2.2-RC" % Provided,
2525
"org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided,
26-
"scalajs-plus" %%% "core" % "2017.12.27",
26+
"scalajs-plus" %%% "core" % "2018.2.2",
2727
"org.scala-js" %%% "scalajs-dom" % "0.9.4"
2828
)
2929

@@ -80,5 +80,5 @@ resolvers += Resolver.bintrayRepo("scalajs-plus", "maven")
8080

8181
libraryDependencies ++= Seq(
8282
"org.scala-js" %%% "scalajs-dom" % "0.9.4" % Test,
83-
"scalajs-jest" %%% "core" % "2017.12.27-RC" % Test
83+
"scalajs-jest" %%% "core" % "2018.2.2-RC" % Test
8484
)

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sbt.version=1.0.4
1+
sbt.version=1.1.0
22

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.0-M2")
1+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.0-M3")
22
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
33
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "2.0.0")
44
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.2")

0 commit comments

Comments
 (0)