From 119142ea2d7462c92cdfb2c189441ad3266294de Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Mon, 17 Sep 2018 12:08:10 -0700 Subject: Upgrade sbt to version 1.2.3 --- build.sbt | 2 +- project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 60a922c..7ece557 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -sbtPlugin := true +enablePlugins(SbtPlugin) name := "sbt-settings" scalaVersion := "2.12.6" diff --git a/project/build.properties b/project/build.properties index d6e3507..0cd8b07 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.1.6 +sbt.version=1.2.3 -- cgit v1.2.3