Skip to content

Commit

Permalink
Update Creek to 0.4.1-SNAPSHOT (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates committed Mar 14, 2023
1 parent 16c7264 commit 693b2ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
# A Workflow for messing around in.

name: Playgroup
name: "Dependabot: Auto-merge"
on:
pull_request:
branches:
- main

permissions:
contents: write
pull-requests: write
contents: read

jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
permissions:
contents: write
pull-requests: write
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1
uses: dependabot/fetch-metadata@4de7a6c08ce727a42e0adbbdc345f761a01240ce # v1.3.6
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Approve PR
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ subprojects {
}

extra.apply {
set("creekVersion", "0.4.0")
set("creekVersion", "0.4.1-SNAPSHOT")
set("testContainersVersion", "1.17.6") // https://mvnrepository.com/artifact/org.testcontainers/testcontainers
set("spotBugsVersion", "4.7.3") // https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-annotations
set("jacksonVersion", "2.14.2") // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations
Expand Down

0 comments on commit 693b2ff

Please sign in to comment.