Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Russell committed Dec 18, 2017
2 parents c06ca88 + 849f257 commit f9ae5c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down Expand Up @@ -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]]]}
Expand Down

0 comments on commit f9ae5c0

Please sign in to comment.