From 5bb7fa61d4d45083a47ae83bfc372342cfac6f3a Mon Sep 17 00:00:00 2001 From: Mikel Cordovilla Date: Mon, 9 Jan 2023 16:58:42 +0100 Subject: [PATCH] Bumped version to 2.6.20 --- build.sbt | 2 +- manifest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index ec08b442..6735bbe7 100644 --- a/build.sbt +++ b/build.sbt @@ -42,7 +42,7 @@ val buildSettings = Seq( .setPreference(DanglingCloseParenthesis, Force) .setPreference(AlignSingleLineCaseStatements, true), organization := "ch.openolitor.scalamacros", - version := "2.6.19-RC1", + version := "2.6.20", scalaVersion := "2.13.10", crossScalaVersions := Seq("2.13.8", "2.13.10"), resolvers ++= Resolver.sonatypeOssRepos("snapshots"), diff --git a/manifest.yml b/manifest.yml index 3223681e..b14e34ba 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.19-RC1.zip + path: target/universal/openolitor-server-2.6.20.zip buildpack: https://github.com/cloudfoundry/java-buildpack.git stack: cflinuxfs2 env: