Skip to content

Commit 844b03c

Browse files
Updated paths.scala.js version
1 parent 5e01bfd commit 844b03c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.sbt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@ scalacOptions ++= Seq(
1515
"-deprecation"
1616
)
1717

18-
resolvers += "Sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
19-
2018
libraryDependencies ++= Seq(
2119
"org.scala-js" %%% "scalajs-dom" % "0.8.0",
2220
"com.github.japgolly.scalajs-react" %%% "core" % "0.8.1",
23-
"eu.unicredit" %%% "paths-scala-js" % "0.3.2-SNAPSHOT"
21+
"eu.unicredit" %%% "paths-scala-js" % "0.3.2"
2422
)
2523

2624
jsDependencies ++= Seq(

0 commit comments

Comments
 (0)