Skip to content

Commit

Permalink
Release 5.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Nov 17, 2017
1 parent 3d7da89 commit b08a3fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b08a3fd

Please sign in to comment.