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 0691bb0 commit 35fe185Copy full SHA for 35fe185
build.sbt
@@ -15,13 +15,14 @@ scalacOptions ++= Seq(
15
"-deprecation"
16
)
17
18
+resolvers += "Sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
19
+
20
libraryDependencies ++= Seq(
21
"org.scala-js" %%% "scalajs-dom" % "0.8.0",
22
"com.github.japgolly.scalajs-react" %%% "core" % "0.8.0",
- "eu.unicredit" %%% "paths-scala-js" % "0.3.2"
23
+ "eu.unicredit" %%% "paths-scala-js" % "0.3.2-SNAPSHOT"
24
25
26
jsDependencies ++= Seq(
- "org.webjars" % "react" % "0.12.1" / "react-with-addons.js" commonJSName "React",
- "org.webjars" % "paths-js" % "0.3.2" / "paths.js"
27
+ "org.webjars" % "react" % "0.12.1" / "react-with-addons.js" commonJSName "React"
28
0 commit comments