Skip to content

Commit 35fe185

Browse files
Added dependency on Sonatype library
1 parent 0691bb0 commit 35fe185

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build.sbt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ scalacOptions ++= Seq(
1515
"-deprecation"
1616
)
1717

18+
resolvers += "Sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
19+
1820
libraryDependencies ++= Seq(
1921
"org.scala-js" %%% "scalajs-dom" % "0.8.0",
2022
"com.github.japgolly.scalajs-react" %%% "core" % "0.8.0",
21-
"eu.unicredit" %%% "paths-scala-js" % "0.3.2"
23+
"eu.unicredit" %%% "paths-scala-js" % "0.3.2-SNAPSHOT"
2224
)
2325

2426
jsDependencies ++= Seq(
25-
"org.webjars" % "react" % "0.12.1" / "react-with-addons.js" commonJSName "React",
26-
"org.webjars" % "paths-js" % "0.3.2" / "paths.js"
27+
"org.webjars" % "react" % "0.12.1" / "react-with-addons.js" commonJSName "React"
2728
)

0 commit comments

Comments
 (0)