diff --git a/project.clj b/project.clj index c085154..4598884 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,7 @@ -(defproject lein-gorilla "0.4.0" +(defproject lein-gorilla "0.5.0-SNAPSHOT" :description "A Leiningen plugin for the Gorilla REPL." :url "https://github.com/JonyEpsilon/lein-gorilla" :license {:name "MIT"} - :dependencies [[gorilla-repl "0.4.0"]] + :dependencies [[gorilla-repl "0.4.0"] + [javax.xml.bind/jaxb-api "2.3.0"]] :eval-in-leiningen true)