sbt, scala, scalajs dependency upgrade
authorTomas Zeman <tzeman@volny.cz>
Thu, 31 Mar 2016 15:00:53 +0200
changeset 25 e59b0d34d1cd
parent 24 4db93c407bae
child 26 f81da8664d60
sbt, scala, scalajs dependency upgrade
.hgignore
build.sbt
project/build.properties
project/plugins.sbt
--- 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
--- 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(
--- 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
--- 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")