Skip to content

Commit

Permalink
Merge pull request #197 from smucclaw/deps
Browse files Browse the repository at this point in the history
bump some dependencies
  • Loading branch information
joewatt95 authored Oct 14, 2024
2 parents a1ab5ba + 5274c93 commit 5720279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jvm_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: DeLaGuardo/setup-clojure@12.5
with:
cli: 1.12.0.1479
bb: 1.4.192
bb: 1.12.194

- name: Setup cache for Clojure dependencies
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion src/l4_lp/swipl/js/wasm_query.cljs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(ns l4-lp.swipl.js.wasm-query
(:require ["https://SWI-Prolog.github.io/npm-swipl-wasm/4/0/9/dynamic-import.js"
(:require ["https://SWI-Prolog.github.io/npm-swipl-wasm/4/0/10/dynamic-import.js"
:rename {SWIPL Swipl}]
[applied-science.js-interop :as jsi]
[cljs-bean.core :as bean]
Expand Down

0 comments on commit 5720279

Please sign in to comment.