Skip to content

Commit e51aa68

Browse files
Updated for scala-js 0.6.5
1 parent a359c0a commit e51aa68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name := "paths-scala-js-demo"
44

55
version := "0.1-SNAPSHOT"
66

7-
scalaVersion := "2.11.5"
7+
scalaVersion := "2.11.7"
88

99
persistLauncher in Compile := true
1010

@@ -18,7 +18,7 @@ scalacOptions ++= Seq(
1818
libraryDependencies ++= Seq(
1919
"org.scala-js" %%% "scalajs-dom" % "0.8.0",
2020
"com.github.japgolly.scalajs-react" %%% "core" % "0.8.1",
21-
"eu.unicredit" %%% "paths-scala-js" % "0.3.2"
21+
"eu.unicredit" %%% "paths-scala-js" % "0.3.5"
2222
)
2323

2424
jsDependencies ++= Seq(

project/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.1")
1+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.5")

0 commit comments

Comments
 (0)