Skip to content

Commit

Permalink
Update clara dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
clyfe committed Dec 14, 2023
1 parent d880cbc commit b0a2ba3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## Changelog

### [Unreleased]
- fixed upsert eav with value nil
#### Changed
- Fixed upsert eav with value nil
- Fixed rule and query eav with value nil
- Updated Clara-Rules dependency to 0.23.0 version.

### [0.1.7] - 2018-05-05
#### Changed
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/core.match {:mvn/version "1.0.1"}
dev.weavejester/medley {:mvn/version "1.7.0"}
com.cerner/clara-rules {:mvn/version "0.21.2"}}
com.cerner/clara-rules {:mvn/version "0.23.0"}}

:aliases
{:test
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:dependencies [[org.clojure/clojure "1.11.1"]
[org.clojure/core.match "1.0.1"]
[dev.weavejester/medley "1.7.0"]
[com.cerner/clara-rules "0.21.2"]]
[com.cerner/clara-rules "0.23.0"]]
:plugins [[lein-cljsbuild "1.1.8" :exclusions [org.clojure/clojure]]
[lein-cloverage "1.2.1"]]
:codox {:metadata {:doc/format :markdown}}
Expand Down

0 comments on commit b0a2ba3

Please sign in to comment.