Skip to content

Commit

Permalink
Bumped version to 2.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
AlwinEgger committed Sep 15, 2022
1 parent f2e13e2 commit 50b7e64
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 @@ -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"),
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.7.zip
path: target/universal/openolitor-server-2.6.8.zip
buildpack: https://github.com/cloudfoundry/java-buildpack.git
stack: cflinuxfs2
env:
Expand Down

0 comments on commit 50b7e64

Please sign in to comment.