From cb4275cec06fba6bd839b345e2c8ae86792d913f Mon Sep 17 00:00:00 2001 From: Manuel Fuchs Date: Thu, 11 May 2023 16:19:00 +0200 Subject: [PATCH] Update sbt buildpack version (#492) --- buildpacks/sbt/buildpack.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"