From ffdd4e2cd339b806188580808ca4683e3c226615 Mon Sep 17 00:00:00 2001 From: Cam Saul <cam@getluckybird.com> Date: Thu, 7 May 2015 14:01:59 -0700 Subject: [PATCH] fix typo --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 95d09095dad..7a0851a5638 100644 --- a/project.clj +++ b/project.clj @@ -39,7 +39,7 @@ javax.jms/jms com.sun.jdmk/jmxtools com.sun.jmx/jmxri]] - [medley "0.6"] ; lightweight lib of useful functions + [medley "0.6.0"] ; lightweight lib of useful functions [org.liquibase/liquibase-core "3.3.3"] ; migration management (Java lib) [org.slf4j/slf4j-log4j12 "1.7.12"] [org.yaml/snakeyaml "1.15"] ; YAML parser (required by liquibase) -- GitLab