Skip to content

Commit 39433a3

Browse files
committed
update
1 parent e4f838b commit 39433a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 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" % "2018.9.2-RC" % Provided,
24+
"scalajs-react-interface" %%% "core" % "2018.9.22-RC" % Provided,
2525
"org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided,
26-
"scalajs-plus" %%% "core" % "2018.9.2",
26+
"scalajs-plus" %%% "core" % "2018.9.22",
2727
"org.scala-js" %%% "scalajs-dom" % "0.9.6"
2828
)
2929

0 commit comments

Comments
 (0)