Skip to content

Commit

Permalink
Merge branch 'main' into fix-in-slash-deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-butcher authored Jan 7, 2025
2 parents f1fb080 + b5266c6 commit 78ae244
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,13 @@ jobs:
mkdir ~/.sbt
echo "${{ secrets.SONATYPE_CREDENTIALS }}" > ~/.sbt/sonatype.credentials
- name: Setup JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
cache: sbt
- name: Setup sbt
uses: sbt/setup-sbt@v1.1.0
- name: Publish to Sonatype
run: |
ARTIFACT_NAME="${{ matrix.service }}_2.12"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v32.43.4 - 2025-01-07

This is a change to the build process to fix a bug in the way that the `sbt` build is run.

## v32.43.3 - 2025-01-06

Update ElasticBuilder to generate and accept config case classes to enable
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val projectVersion = "32.43.3"
val projectVersion = "32.43.4"

Global / excludeLintKeys += composeNoBuild

Expand Down

0 comments on commit 78ae244

Please sign in to comment.