diff --git a/CHANELOG.md b/CHANELOG.md index e41c9be..743a7f1 100644 --- a/CHANELOG.md +++ b/CHANELOG.md @@ -1,5 +1,8 @@ # Change-log +## [0.5.5] - (un-released) + - Bumped versions of datomic-pro and datomic-free to `0.9.5651`. + ## [0.5.4] - (2017-10-30) - Updated version of datomic-free to match datomic-pro. diff --git a/project.clj b/project.clj index af9f5dc..f87038e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject wormbase/pseudoace "0.5.4" +(defproject wormbase/pseudoace "0.5.5" :dependencies [[clj-time "0.13.0"] [clj-yaml "0.4.0"] [clojure-csv/clojure-csv "2.0.2"] @@ -26,13 +26,13 @@ :target-path "target/%s" :profiles {:datomic-free {:dependencies - [[com.datomic/datomic-free "0.9.5561.56" + [[com.datomic/datomic-free "0.9.5561" :exclusions [joda-time]] [com.amazonaws/aws-java-sdk-dynamodb "1.11.82" :exclusions [joda-time]]]} :provided {:dependencies - [[com.datomic/datomic-pro "0.9.5561.56" + [[com.datomic/datomic-pro "0.9.5561" :exclusions [joda-time]] [com.amazonaws/aws-java-sdk-dynamodb "1.11.82" :exclusions [joda-time]]]}