Skip to content

Commit

Permalink
Upgrade JDK (to 11)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbartusch committed Oct 23, 2023
1 parent 886b343 commit 17d3f90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dockerhub-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
test-build-push:
runs-on: ubuntu-latest
steps:
- name: Set up JDK 1.8
uses: olafurpg/setup-scala@v10
- name: Set up JDK 11
uses: olafurpg/setup-scala@v11
with:
java-version: 1.8
java-version: [email protected]
# enable experimental status for docker in order to support SMUI's backend tests that rely on Ryuk images
# (see https://github.com/actions/virtual-environments/issues/368)
- name: Docker experimental Status
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.typesafe.sbt.GitBranchPrompt

name := "search-management-ui"
version := "4.0.0"
version := "4.0.1"

scalaVersion := "2.12.17"

Expand Down

0 comments on commit 17d3f90

Please sign in to comment.