Skip to content

Commit

Permalink
Update dependencies, prepare to add precision postion support.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Oct 7, 2023
1 parent b4ec6b6 commit b755c0b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ This change log follows the conventions of
configuration, open additional show files on startup, or suppress
the automatic reopening of shows that were in use on the last run.

### Changed

- Updated several dependencies that had been lagging behind because of
breaking changes in their APIs.

## [7.2.1] - 2023-08-28

Expand Down
26 changes: 13 additions & 13 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,37 +9,37 @@
[org.clojure/core.async "1.6.681"]
[org.clojure/data.csv "1.0.1"]
[org.clojure/tools.cli "1.0.219"]
[beat-carabiner "1.0.0"]
[cheshire "5.11.0"]
[cider/cider-nrepl "0.38.1"]
[org.deepsymmetry/electro "0.1.4"]
[org.deepsymmetry/beat-link "7.3.0-SNAPSHOT"]
[beat-carabiner "7.3.0-SNAPSHOT"]
[cheshire "5.12.0"]
[cider/cider-nrepl "0.39.0"]
[clj-commons/pomegranate "1.2.23"]
[com.cemerick/url "0.1.1"]
[com.fifesoft/rstaui "3.3.1"]
[com.fifesoft/rsyntaxtextarea "3.3.2"]
[com.fzakaria/slf4j-timbre "0.3.21"]
[com.fifesoft/rsyntaxtextarea "3.3.4"]
[com.fzakaria/slf4j-timbre "0.4.0"]
[com.github.jiconfont/jiconfont-font_awesome "4.7.0.1"]
[com.github.jiconfont/jiconfont-swing "1.0.1"]
[com.taoensso/timbre "5.2.1"]
[com.taoensso/timbre "6.3.1"]
[compojure "1.7.0"]
[fipp "0.6.26"]
[hiccup "1.0.5"]
[http.async.client "1.4.0"]
[http-kit "2.6.0"]
[http-kit "2.7.0"]
[inspector-jay "0.3" :exclusions [org.clojure/core.memoize]]
[javax.servlet/servlet-api "2.5"]
[me.raynes/fs "1.4.6"]
[nrepl "1.0.0"]
[org.apache.maven/maven-artifact "3.9.0"]
[org.deepsymmetry/beat-link "7.2.0"]
[org.deepsymmetry/electro "0.1.4"]
[org.apache.maven/maven-artifact "3.9.5"]
[org.pushing-pixels/radiance-substance "1.0.2"]
[org.pushing-pixels/radiance-substance-extras "1.0.2"]
[overtone/midi-clj "0.5.0" :exclusions [overtone/at-at]]
[overtone/osc-clj "0.9.0"]
[ring/ring-core "1.9.6"]
[ring/ring-defaults "0.3.4"]
[ring/ring-core "1.10.0"]
[ring/ring-defaults "0.4.0"]
[seesaw "1.5.0"]
[selmer "1.12.56"]
[selmer "1.12.59"]
[thi.ng/color "1.5.0"]
[uk.co.xfactory-librarians/coremidi4j "1.6"]]
:repositories {"sonatype-snapshots" "https://oss.sonatype.org/content/repositories/snapshots"}
Expand Down
2 changes: 1 addition & 1 deletion src/beat_link_trigger/logs.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[me.raynes.fs :as fs]
[seesaw.core :as seesaw]
[seesaw.util]
[taoensso.timbre.appenders.3rd-party.rotor :as rotor]
[taoensso.timbre.appenders.community.rotor :as rotor]
[taoensso.timbre :as timbre]))

(defonce ^{:private true
Expand Down

0 comments on commit b755c0b

Please sign in to comment.