# HG changeset patch # User Tomas Zeman # Date 1459429253 -7200 # Node ID e59b0d34d1cd04b9a0c217d5b99cfb25c7133797 # Parent 4db93c407bae13402a7dc62af126c6832a15a0d5 sbt, scala, scalajs dependency upgrade diff -r 4db93c407bae -r e59b0d34d1cd .hgignore --- a/.hgignore Thu Mar 31 14:48:44 2016 +0200 +++ b/.hgignore Thu Mar 31 15:00:53 2016 +0200 @@ -5,3 +5,4 @@ project/boot lib_managed tags +.idea diff -r 4db93c407bae -r e59b0d34d1cd build.sbt --- a/build.sbt Thu Mar 31 14:48:44 2016 +0200 +++ b/build.sbt Thu Mar 31 15:00:53 2016 +0200 @@ -10,7 +10,7 @@ settings( organization := "net.tz", name := "ngTags", - scalaVersion := "2.11.7", + scalaVersion := "2.11.8", licenses += ("Apache-2.0", url("http://opensource.org/licenses/Apache-2.0")), libraryDependencies ++= Seq( diff -r 4db93c407bae -r e59b0d34d1cd project/build.properties --- a/project/build.properties Thu Mar 31 14:48:44 2016 +0200 +++ b/project/build.properties Thu Mar 31 15:00:53 2016 +0200 @@ -1,1 +1,1 @@ -sbt.version=0.13.9 +sbt.version=0.13.11 diff -r 4db93c407bae -r e59b0d34d1cd project/plugins.sbt --- a/project/plugins.sbt Thu Mar 31 14:48:44 2016 +0200 +++ b/project/plugins.sbt Thu Mar 31 15:00:53 2016 +0200 @@ -5,7 +5,7 @@ url("http://repo.scala-js.org/repo/snapshots/"))(Resolver.ivyStylePatterns) // Sbt plugins -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.5") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.8") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.5.0")