Skip to content

Commit

Permalink
Release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben McCann committed Jan 12, 2017
1 parent cca4557 commit 8bc81d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -16,7 +16,7 @@ For the latest version:

::

addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.0.1")
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.1.0")

- In sbt use the command *eclipse* to create Eclipse project files

Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Expand Up @@ -8,7 +8,7 @@ import com.typesafe.sbt.SbtGit._

object Build extends Build {

val baseVersion = "5.0.1"
val baseVersion = "5.1.0"
val maxMetaspaceSize = if (util.Properties.isJavaAtLeast("1.8")) {
"-XX:MaxMetaspaceSize=384m"
} else {
Expand Down

0 comments on commit 8bc81d4

Please sign in to comment.