Skip to content

Commit

Permalink
Bumped version to 2.6.18
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmpp committed Dec 19, 2022
1 parent 84ef283 commit 8ff9aea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ val buildSettings = Seq(
.setPreference(DanglingCloseParenthesis, Force)
.setPreference(AlignSingleLineCaseStatements, true),
organization := "ch.openolitor.scalamacros",
version := "2.6.17",
version := "2.6.18",
scalaVersion := "2.13.10",
crossScalaVersions := Seq("2.13.8", "2.13.10"),
resolvers ++= Resolver.sonatypeOssRepos("snapshots"),
Expand Down
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ applications:
instances: 1
host: openolitortest
domain: applicationcloud.io
path: target/universal/openolitor-server-2.6.17.zip
path: target/universal/openolitor-server-2.6.18.zip
buildpack: https://github.com/cloudfoundry/java-buildpack.git
stack: cflinuxfs2
env:
Expand Down

0 comments on commit 8ff9aea

Please sign in to comment.