aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-02-27 17:11:10 -0800
committerJakob Odersky <jakob@odersky.com>2016-04-14 04:03:17 -0700
commitdae336ee5514970fee93b0db25ce272ab83bd3c7 (patch)
treea628a7c02c6956d99510d98f2a0321be00b241bf /project/plugins.sbt
parent773bc081728bf770281a22c1700d05b1def75542 (diff)
downloadmavigator-dae336ee5514970fee93b0db25ce272ab83bd3c7.tar.gz
mavigator-dae336ee5514970fee93b0db25ce272ab83bd3c7.tar.bz2
mavigator-dae336ee5514970fee93b0db25ce272ab83bd3c7.zip
Refactor UI to a HUD-style interface
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt7
1 files changed, 3 insertions, 4 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 798db0c..301572f 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -2,19 +2,18 @@
* Additional resolvers
*/
-resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/"
+//resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/"
-resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven"
+//resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven"
resolvers += Resolver.jcenterRepo
-
/*
* Main plugins
*/
// add support for scalajs
-addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.6")
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.8")
// twirl html templating
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.1.1")