Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sbt to 1.9.8 #117

Merged
merged 3 commits into from Jan 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -24,6 +24,8 @@ jobs:
fetch-depth: 0
- name: Setup Scala and Java
uses: olafurpg/setup-scala@v10
with:
java-version: 'zulu@1.17.0-0'
- name: Cache scala dependencies
uses: coursier/cache-action@v5
- name: Lint code
Expand All @@ -39,6 +41,8 @@ jobs:
fetch-depth: 0
- name: Setup Scala and Java
uses: olafurpg/setup-scala@v10
with:
java-version: 'zulu@1.17.0-0'
- name: Cache scala dependencies
uses: coursier/cache-action@v5
- name: Check Document Generation
Expand All @@ -54,6 +58,8 @@ jobs:
fetch-depth: 0
- name: Setup Scala and Java
uses: olafurpg/setup-scala@v10
with:
java-version: 'zulu@1.17.0-0'
- name: Cache scala dependencies
uses: coursier/cache-action@v5
- name: Check that building packages works
Expand Down Expand Up @@ -90,6 +96,8 @@ jobs:
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v10
with:
java-version: 'zulu@1.17.0-0'
- run: sbt ci-release
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version = 1.9.7
sbt.version = 1.9.8
2 changes: 1 addition & 1 deletion zio-openai-codegen/project/build.properties
@@ -1 +1 @@
sbt.version = 1.9.7
sbt.version = 1.9.8