Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Mar 1, 2024
1 parent bf05448 commit 30539a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jdbc/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
[dev.weavejester/ragtime.core "0.9.3"]
[resauce "0.2.0"]]
:profiles
{:dev {:dependencies [[com.h2database/h2 "1.4.200"]]}})
{:dev {:dependencies [[com.h2database/h2 "2.2.224"]]}})
4 changes: 2 additions & 2 deletions next-jdbc/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.10.3"]
[com.github.seancorfield/next.jdbc "1.2.772"]
[com.github.seancorfield/next.jdbc "1.3.909"]
[dev.weavejester/ragtime.core "0.9.3"]
[resauce "0.2.0"]]
:profiles
{:dev {:dependencies [[com.h2database/h2 "2.1.210"]]}})
{:dev {:dependencies [[com.h2database/h2 "2.2.224"]]}})

0 comments on commit 30539a5

Please sign in to comment.