Skip to content

Commit

Permalink
Update dependency org.clojure:clojurescript to v1.11.121
Browse files Browse the repository at this point in the history
| datasource | package                   | from    | to       |
| ---------- | ------------------------- | ------- | -------- |
| clojure    | org.clojure:clojurescript | 1.11.60 | 1.11.121 |
| maven      | org.clojure:clojurescript | 1.11.60 | 1.11.121 |
  • Loading branch information
renovate[bot] committed Sep 1, 2023
1 parent 89d78ac commit febdb35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<dependency>
<groupId>org.clojure</groupId>
<artifactId>clojurescript</artifactId>
<version>1.11.60</version>
<version>1.11.121</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
:url "https://github.com/Wall-Brew-Co/brewtility"}
:dependencies [[com.wallbrew/spoon "1.2.1"]
[org.clojure/clojure "1.11.1"]
[org.clojure/clojurescript "1.11.60" :scope "provided"]]
[org.clojure/clojurescript "1.11.121" :scope "provided"]]

:plugins [[com.github.clj-kondo/lein-clj-kondo "2023.07.13"]
[com.wallbrew/lein-sealog "1.0.2"]
Expand Down

0 comments on commit febdb35

Please sign in to comment.