From 392cb3aea7a26adacfcdb65c7cc47764711c871a Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sat, 5 Aug 2017 05:08:37 -0400 Subject: cross build to sbt 1.x --- project/build.properties | 2 +- project/plugins.sbt | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'project') diff --git a/project/build.properties b/project/build.properties index be6c454..c091b86 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.5 +sbt.version=0.13.16 diff --git a/project/plugins.sbt b/project/plugins.sbt index 92449de..7491444 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,4 @@ addSbtPlugin("me.lessis" % "ls-sbt" % "0.1.3") - addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "1.2.0") - -addSbtPlugin("me.lessis" % "bintray-sbt" % "0.1.2") \ No newline at end of file +addSbtPlugin("me.lessis" % "bintray-sbt" % "0.1.2") +libraryDependencies += "org.scala-sbt" % "scripted-plugin" % sbtVersion.value -- cgit v1.2.3