Skip to content

Commit

Permalink
REBASE OUT
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltoli committed Mar 7, 2024
1 parent 3398094 commit d6de9d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ jobs:
SCALA_KORE_VERSION="$(cat matching/deps/scala_kore_release)"
sed -i 's!^ <scala-kore.version>.*</scala-kore.version>$! <scala-kore.version>'"${SCALA_KORE_VERSION}"'</scala-kore.version>!' matching/pom.xml
git add matching/pom.xml && git commit -m "matching: update scala-kore to ${SCALA_KORE_VERSION}" || true
- name: 'Push updates'
run: git push
2 changes: 1 addition & 1 deletion matching/deps/scala_kore_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.3.1

0 comments on commit d6de9d3

Please sign in to comment.