From 7b1e201cbd38df66d268e21da3d55619bcba0575 Mon Sep 17 00:00:00 2001 From: oakes Date: Mon, 31 Mar 2014 23:30:25 -0400 Subject: [PATCH] Remove marg --- project.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/project.clj b/project.clj index f31ef61..299ee54 100644 --- a/project.clj +++ b/project.clj @@ -4,5 +4,4 @@ :license {:name "Public Domain" :url "http://unlicense.org/UNLICENSE"} :dependencies [[com.badlogicgames.gdx/gdx "0.9.9"] - [org.clojure/clojure "1.5.1"]] - :plugins [[lein-marginalia "0.7.1"]]) + [org.clojure/clojure "1.5.1"]])