From b9fdb0b9c5ed2fd6a942d9b22e5bf6643ff944d2 Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Thu, 17 Aug 2017 21:24:32 +0200 Subject: [PATCH] Update sbt versions --- project/build.properties | 1 + project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 project/build.properties diff --git a/project/build.properties b/project/build.properties new file mode 100644 index 0000000..304ec92 --- /dev/null +++ b/project/build.properties @@ -0,0 +1 @@ +sbt.version=0.13.7 \ No newline at end of file diff --git a/project/plugins.sbt b/project/plugins.sbt index ef6ceea..9190bbb 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0") +addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.1")