Skip to content

Commit

Permalink
Mark flatland/io as project dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
orva authored and oubiwann committed Jul 4, 2018
1 parent f0838a1 commit b14e64f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
:dependencies [[org.clojure/clojure "1.4.0"]
[org.flatland/useful "0.9.0"]
[org.flatland/schematic "0.1.0"]
[org.flatland/io "0.3.0"]
[ordered-collections "0.4.0"]]
:plugins [[lein-protobuf "0.3.1"]]
:javac-options ["-target" "5" "-source" "5"]
:aliases {"testall" ["with-profile" "dev,default:dev,1.3,default:dev,1.5,default" "test"]}
:profiles {:1.3 {:dependencies [[org.clojure/clojure "1.3.0"]]}
:1.5 {:dependencies [[org.clojure/clojure "1.5.0-master-SNAPSHOT"]]}
:dev {:dependencies [[gloss "0.2.1"]
[org.flatland/io "0.3.0"]]}}
:dev {:dependencies [[gloss "0.2.1"]]}}
:repositories {"sonatype-snapshots" {:url "http://oss.sonatype.org/content/repositories/snapshots"
:snapshots true
:releases {:checksum :fail :update :always}}}
Expand Down
3 changes: 3 additions & 0 deletions src/flatland/protobuf/codec.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
[flatland.useful.fn :only [fix]]
[flatland.useful.experimental :only [lift-meta]]
[clojure.java.io :only [input-stream]])

;; flatland.io extends Seqable so we can concat InputStream from
;; ByteBuffer sequences.
(:require flatland.io.core
[flatland.schematic.core :as schema]
[gloss.core :as gloss]))
Expand Down

0 comments on commit b14e64f

Please sign in to comment.