Skip to content

Commit

Permalink
Merge pull request #20 from ngbinh/caliban-1.7.2
Browse files Browse the repository at this point in the history
chore(build): update caliban 1.7.2
  • Loading branch information
ngbinh authored Jun 24, 2024
2 parents 24fbc89 + f28eede commit a78a72c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
branches:
- main
tags:
- '**'
- "**"
pull_request:

# cancel older runs of a pull request;
Expand All @@ -12,7 +12,6 @@ concurrency:
group: cancel-old-pr-runs-${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true


jobs:
build:
name: Build and Test
Expand Down Expand Up @@ -67,4 +66,4 @@ jobs:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
fetch-depth: 0
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
distribution: "temurin"
java-version: "21"
- run: ./millw -i io.kipp.mill.ci.release.ReleaseModule/publishAll
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ hs_err_pid*
.idea
.vscode
.bsp
out
out
.metals/
2 changes: 1 addition & 1 deletion .mill-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.7
0.11.8
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def millVersion = T {

object Versions {
lazy val scala = "2.13.14"
lazy val caliban = "2.7.1"
lazy val caliban = "2.7.2"
}

object `mill-caliban` extends ScalaModule with CiReleaseModule with BuildInfo {
Expand Down

0 comments on commit a78a72c

Please sign in to comment.