diff --git a/README.md b/README.md index 201b5ee0..21adb8f2 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ For sbt 0.13 and up For the latest version: - addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.3") + addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4") - In sbt use the command `eclipse` to create Eclipse project files diff --git a/build.sbt b/build.sbt index 5139f29f..ac34e6b9 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import _root_.bintray.BintrayPlugin.bintrayPublishSettings crossSbtVersions := Seq("1.0.2", "0.13.16") -val baseVersion = "5.2.4-SNAPSHOT" +val baseVersion = "5.2.4" val maxMetaspaceSize = if (util.Properties.isJavaAtLeast("1.8")) { "-XX:MaxMetaspaceSize=384m"