Skip to content

Commit

Permalink
Update to Creek 0.4.1-SNAPSHOT (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates committed Mar 14, 2023
1 parent 4dc673f commit 70caf8c
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 @@ -33,7 +33,7 @@ allprojects {
}
}

val creekVersion = "0.4.0"
val creekVersion = "0.4.1-SNAPSHOT"
val guavaVersion = "31.1-jre" // https://mvnrepository.com/artifact/com.google.guava/guava
val log4jVersion = "2.20.0" // https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core
val junitVersion = "5.9.2" // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
Expand Down

0 comments on commit 70caf8c

Please sign in to comment.