Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
gscacco committed Nov 15, 2018
2 parents 69418fc + 9242dbc commit 39af8cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(defproject org.clojars.gscacco/lein-gorilla "0.5.1"
(defproject org.clojars.gscacco/lein-gorilla "0.5.2"
:description "A Leiningen plugin for the Gorilla REPL."
:url "https://github.com/gscacco/lein-gorilla.git"
:license {:name "MIT"}
:dependencies [[org.clojars.gscacco/gorilla-repl "0.5.1"]]
:dependencies [[org.clojars.gscacco/gorilla-repl "0.5.2"]]
:eval-in-leiningen true)
2 changes: 1 addition & 1 deletion src/leiningen/gorilla.clj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[clojure.pprint :as pp]))

;; The version of Gorilla that we will use
(def gorilla-version "0.5.1")
(def gorilla-version "0.5.2")

;; This is the leiningen task. It needs no arguments, and can run outside a project (assuming you've got the plugin
;; installed in your profile).
Expand Down

0 comments on commit 39af8cc

Please sign in to comment.