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 a359c0a commit e51aa68Copy full SHA for e51aa68
build.sbt
@@ -4,7 +4,7 @@ name := "paths-scala-js-demo"
4
5
version := "0.1-SNAPSHOT"
6
7
-scalaVersion := "2.11.5"
+scalaVersion := "2.11.7"
8
9
persistLauncher in Compile := true
10
@@ -18,7 +18,7 @@ scalacOptions ++= Seq(
18
libraryDependencies ++= Seq(
19
"org.scala-js" %%% "scalajs-dom" % "0.8.0",
20
"com.github.japgolly.scalajs-react" %%% "core" % "0.8.1",
21
- "eu.unicredit" %%% "paths-scala-js" % "0.3.2"
+ "eu.unicredit" %%% "paths-scala-js" % "0.3.5"
22
)
23
24
jsDependencies ++= Seq(
project/build.sbt
@@ -1 +1 @@
1
-addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.1")
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.5")
0 commit comments