Skip to content

Commit

Permalink
Fixup deps
Browse files Browse the repository at this point in the history
  • Loading branch information
John Collins committed Sep 28, 2019
1 parent f3abc4b commit 3753865
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{:paths ["src/cljs" "src/clj"]
:deps {org.clojure/clojure {:mvn/version "1.10.1-beta2"}
clj-struct {:mvn/version "0.1.0"}
org.clojure/java.data {:mvn/version "0.1.1"}
com.github.swri-robotics/bag-reader-java {:local/root "resources/jars/bag-reader-java-1.10.2.jar"}}
:aliases
{:cljs-prod
Expand Down
1 change: 0 additions & 1 deletion src/clj/clj_rosbag/core.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
(ns clj-rosbag.core
(:require [clojure.java.data :refer [from-java]])
(:import [com.github.swrirobotics.bags.reader BagFile]
[com.github.swrirobotics.bags.reader.messages.serialization BagMessage MessageType ArrayType]))

Expand Down

0 comments on commit 3753865

Please sign in to comment.