Skip to content

Commit

Permalink
Released 0.1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenji Nakamura committed Sep 26, 2015
1 parent a28dee7 commit 48c6d0d
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,4 +1,4 @@
(defproject lein-zinc "0.1.5-SNAPSHOT"
(defproject lein-zinc "0.1.5"
:description "Typesafe zinc scala incremental compiler plugin"
:url "https://github.com/k2n/lein-zinc"
:scm {:name "git"
Expand All @@ -23,7 +23,7 @@
:password [:env/clojars_password :gpg]}]]
:deploy-repositories [["releases" :k2n-clojars]
["snapshots" :k2n-clojars]]
:signing {:gpg-key "868C4511"}
:signing {:gpg-key "75D0F6B0"}
:profiles {:dev {:global-vars {*warn-on-reflection* true}
:dependencies [[expectations "2.1.3"]]}})

Expand Down
2 changes: 1 addition & 1 deletion test-project/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:plugins [[lein-zinc "0.1.5-SNAPSHOT"]]
:plugins [[lein-zinc "0.1.5"]]
:dependencies [[org.clojure/clojure "1.6.0"]
[org.scala-lang/scala-library "2.11.4"]]
:prep-tasks ["zinc" "compile"]
Expand Down

0 comments on commit 48c6d0d

Please sign in to comment.