Skip to content

Commit

Permalink
Merge pull request #2 from Snowflake-Labs/java-11
Browse files Browse the repository at this point in the history
Java 8 -> Java 11
  • Loading branch information
sfc-gh-jfreeberg authored Mar 20, 2023
2 parents dd5924c + 1dddb8c commit 58f582b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v3
with:
java-version: '8'
java-version: '11'
distribution: 'temurin'
cache: 'sbt'

Expand Down
1 change: 1 addition & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.0")

0 comments on commit 58f582b

Please sign in to comment.