Skip to content

Commit

Permalink
Update datalog-parser and other deps
Browse files Browse the repository at this point in the history
  • Loading branch information
logseq-cldwalker committed Aug 5, 2024
1 parent 70d3ede commit 1d429e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
Expand All @@ -22,7 +22,7 @@ jobs:
uses: DeLaGuardo/setup-clojure@master
with:
cli: 1.11.1.1237
bb: 1.0.168
bb: 1.3.191

- name: Run clj-kondo lint
run: clojure -M:clj-kondo --lint src
Expand Down
6 changes: 3 additions & 3 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{:deps
{djblue/portal {:mvn/version "0.40.0"}
{djblue/portal {:mvn/version "0.57.1"}
borkdude/carve
{:git/url "https://github.com/borkdude/carve"
:git/sha "9c11e4727bff22386899f048d1d50b7978d3ac9e"
:exclusions [clj-kondo/clj-kondo]}
me.tagaholic/dlint {:mvn/version "0.1.0"}
io.lambdaforge/datalog-parser {:mvn/version "0.2.23"}}
io.replikativ/datalog-parser {:mvn/version "0.2.29"}}

:aliases
{:clj-kondo
{:replace-deps {clj-kondo/clj-kondo {:mvn/version "2023.05.18"}}
{:replace-deps {clj-kondo/clj-kondo {:mvn/version "2024.08.01"}}
:main-opts ["-m" "clj-kondo.main"]}
:outdated
{:replace-deps {com.github.liquidz/antq {:mvn/version "RELEASE"}}
Expand Down

0 comments on commit 1d429e2

Please sign in to comment.