diff --git a/build.sbt b/build.sbt index 0e38e60f..6d51c795 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ val buildSettings = Seq( .setPreference(DanglingCloseParenthesis, Force) .setPreference(AlignSingleLineCaseStatements, true), organization := "ch.openolitor.scalamacros", - version := "2.6.2", + version := "2.6.3", scalaVersion := "2.13.8", crossScalaVersions := Seq("2.10.2", "2.10.3", "2.10.4", "2.10.5", "2.11.0", "2.11.1", "2.11.2", "2.11.3", "2.11.4", "2.11.5", "2.11.6", "2.11.7", "2.11.8", "2.11.11", "2.13.8"), resolvers += Resolver.sonatypeRepo("snapshots"), diff --git a/manifest.yml b/manifest.yml index f737fa5f..758c2173 100644 --- a/manifest.yml +++ b/manifest.yml @@ -5,7 +5,7 @@ applications: instances: 1 host: openolitortest domain: applicationcloud.io - path: target/universal/openolitor-server-2.6.2.zip + path: target/universal/openolitor-server-2.6.3.zip buildpack: https://github.com/cloudfoundry/java-buildpack.git stack: cflinuxfs2 env: