Skip to content

Commit d4b5df4

Browse files
committed
update to scalajs 1.0.0-M3
1 parent 33ca036 commit d4b5df4

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
@@ -19,8 +19,8 @@ scalacOptions ++= Seq(
1919
)
2020

2121
//Dependencies
22-
libraryDependencies ++= Seq("scalajs-react-interface" %%% "universal" % "2017.12.28-RC" % Provided,
23-
"scalajs-react-interface" %%% "core" % "2017.12.28-RC" % Provided)
22+
libraryDependencies ++= Seq("scalajs-react-interface" %%% "universal" % "2018.2.2-RC" % Provided,
23+
"scalajs-react-interface" %%% "core" % "2018.2.2-RC" % Provided)
2424

2525

2626

@@ -78,7 +78,7 @@ resolvers ++=Seq(Resolver.bintrayRepo("scalajs-react-interface", "maven"),
7878

7979
libraryDependencies ++= Seq(
8080
"org.scala-js" %%% "scalajs-dom" % "0.9.4" % Test,
81-
"scalajs-jest" %%% "core" % "2017.12.27-RC" % Test
81+
"scalajs-jest" %%% "core" % "2018.2.2-RC" % Test
8282
)
8383
//scalaJSStage in Global := FastOptStage
8484
scalaJSStage in Global := FullOptStage

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)