Skip to content

Commit

Permalink
Bumped version to 2.6.37
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmpp committed May 31, 2024
1 parent 8578674 commit 100b49d
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(
scalariformPreferences := scalariformPreferences.value
.setPreference(DanglingCloseParenthesis, Force)
.setPreference(AlignSingleLineCaseStatements, true),
version := "2.6.36_RC1",
version := "2.6.37",
scalaVersion := "2.13.13",
crossScalaVersions := Seq("2.13.8", "2.13.13"),
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.36.zip
path: target/universal/openolitor-server-2.6.37.zip
buildpack: https://github.com/cloudfoundry/java-buildpack.git
stack: cflinuxfs2
env:
Expand Down

0 comments on commit 100b49d

Please sign in to comment.