We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f838b commit 39433a3Copy full SHA for 39433a3
build.sbt
@@ -21,9 +21,9 @@ scalacOptions ++= Seq(
21
22
//Dependencies
23
libraryDependencies ++= Seq(
24
- "scalajs-react-interface" %%% "core" % "2018.9.2-RC" % Provided,
+ "scalajs-react-interface" %%% "core" % "2018.9.22-RC" % Provided,
25
"org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided,
26
- "scalajs-plus" %%% "core" % "2018.9.2",
+ "scalajs-plus" %%% "core" % "2018.9.22",
27
"org.scala-js" %%% "scalajs-dom" % "0.9.6"
28
)
29
0 commit comments