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 5e01bfd commit 844b03cCopy full SHA for 844b03c
build.sbt
@@ -15,12 +15,10 @@ 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.1",
23
- "eu.unicredit" %%% "paths-scala-js" % "0.3.2-SNAPSHOT"
+ "eu.unicredit" %%% "paths-scala-js" % "0.3.2"
24
25
26
jsDependencies ++= Seq(
0 commit comments