Skip to content

Commit 6b6a4a3

Browse files
committed
Merge.
2 parents 495f496 + 85a3c3a commit 6b6a4a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
(defproject clojure-lanterna "0.9.4"
1+
(defproject clojure-lanterna "0.9.5"
22
:description "A Clojure wrapper around the Lanterna terminal output library."
33
:url "http://sjl.bitbucket.org/clojure-lanterna/"
44
:license {:name "LGPL"}
55
:dependencies [[org.clojure/clojure "1.4.0"]
6-
[com.googlecode.lanterna/lanterna "2.1.5"]]
6+
[com.googlecode.lanterna/lanterna "2.1.7"]]
77
:java-source-paths ["./java"]
88
; :repositories {"sonatype-snapshots" "https://oss.sonatype.org/content/repositories/snapshots"}
99
)

0 commit comments

Comments
 (0)