Skip to content

Commit

Permalink
Version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Sep 3, 2024
1 parent d5939a4 commit da516c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bb.edn
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{:deps {com.lambdaisland/launchpad {:mvn/version "0.31.142-alpha"}}}
{:deps {com.lambdaisland/launchpad {:mvn/version "0.33.149-alpha"}}}
12 changes: 6 additions & 6 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{:paths ["src" "resources"]

:deps
{org.clojure/clojure {:mvn/version "1.11.3"}
{org.clojure/clojure {:mvn/version "1.11.4"}
ring/ring-jetty-adapter {:mvn/version "2.0.0-alpha1"}
fi.metosin/reitit {:mvn/version "0.7.0-alpha6"}
integrant/integrant {:mvn/version "0.10.0"}
integrant/integrant {:mvn/version "0.11.0"}
integrant/repl {:mvn/version "0.3.3"}
aero/aero {:mvn/version "1.1.6"}
mvxcvi/puget {:mvn/version "1.3.4"}
ring/ring-defaults {:mvn/version "0.5.0"}

com.lambdaisland/cli {:mvn/version "0.16.68"}
com.lambdaisland/cli {:mvn/version "0.18.74"}

com.lambdaisland/hiccup {:mvn/version "0.9.48"}
com.lambdaisland/ornament {:git/sha "0af129132bfbfeba940705031f83b60250e71dcf" ;; ornament-next with defprop/defrules/import-tokens
:git/url "https://github.com/lambdaisland/ornament.git"}
#_{:local/root "/home/arne/github/lambdaisland/ornament"}

io.pedestal/pedestal.log {:mvn/version "0.7.0"}
ch.qos.logback/logback-classic {:mvn/version "1.5.6"}
ch.qos.logback/logback-classic {:mvn/version "1.5.7"}

com.datomic/peer {:mvn/version "1.0.7180"
com.datomic/peer {:mvn/version "1.0.7187"
:exclusions [joda-time/joda-time]}
com.cnuernber/charred {:mvn/version "1.034"}

Expand All @@ -44,7 +44,7 @@

:prod
{:extra-deps
{org.postgresql/postgresql {:mvn/version "42.7.3"}}}
{org.postgresql/postgresql {:mvn/version "42.7.4"}}}

:test
{:extra-paths ["test"]
Expand Down

0 comments on commit da516c4

Please sign in to comment.