aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2017-05-18 23:40:37 -0700
committerJakob Odersky <jakob@odersky.com>2017-05-18 23:40:37 -0700
commit8ad457382a2178f1dfc480fdd6e78bc677522f56 (patch)
treecc2c42d4329c555151031871798a3886ef9e5f94 /home
parent906c506f92ac835a2b66cec92ebaafdf13ef875a (diff)
downloaddotfiles-8ad457382a2178f1dfc480fdd6e78bc677522f56.tar.gz
dotfiles-8ad457382a2178f1dfc480fdd6e78bc677522f56.tar.bz2
dotfiles-8ad457382a2178f1dfc480fdd6e78bc677522f56.zip
Reactivate coursier
Diffstat (limited to 'home')
-rw-r--r--home/.sbt/0.13/plugins/plugins.sbt8
1 files changed, 4 insertions, 4 deletions
diff --git a/home/.sbt/0.13/plugins/plugins.sbt b/home/.sbt/0.13/plugins/plugins.sbt
index 646dcaf..814d2c6 100644
--- a/home/.sbt/0.13/plugins/plugins.sbt
+++ b/home/.sbt/0.13/plugins/plugins.sbt
@@ -11,10 +11,10 @@ addSbtPlugin("org.ensime" % "sbt-ensime" % "1.12.11")
// Enable fast dependency resolution
// can be disabled with `sbt -Dcoursier=false`
-//sys.props.get("coursier") match {
-// case Some("false") => Seq()
-// case _ => addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC2")
-//}
+sys.props.get("coursier") match {
+ case Some("false") => Seq()
+ case _ => addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-RC3")
+}
// Automatic formatting
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "0.6.8")