diff --git a/buildpacks/sbt/buildpack.toml b/buildpacks/sbt/buildpack.toml index f13c60cf..058ce9b2 100644 --- a/buildpacks/sbt/buildpack.toml +++ b/buildpacks/sbt/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/sbt" -version = "0.0.1" +version = "1.0.0" name = "sbt" clear-env = true homepage = "https://github.com/heroku/buildpacks-jvm"