From 50b7e64bd8c7819ec6d2b23ca152b258c6b5d93f Mon Sep 17 00:00:00 2001 From: Alwin Egger Date: Thu, 15 Sep 2022 13:32:54 +0200 Subject: [PATCH] Bumped version to 2.6.8 --- build.sbt | 2 +- manifest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 2ac95a95..b1c46dce 100644 --- a/build.sbt +++ b/build.sbt @@ -41,7 +41,7 @@ val buildSettings = Seq( .setPreference(DanglingCloseParenthesis, Force) .setPreference(AlignSingleLineCaseStatements, true), organization := "ch.openolitor.scalamacros", - version := "2.6.7", + version := "2.6.8", 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 e27ce550..bfa699d9 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.7.zip + path: target/universal/openolitor-server-2.6.8.zip buildpack: https://github.com/cloudfoundry/java-buildpack.git stack: cflinuxfs2 env: