Skip to content

Commit

Permalink
Bump to hermes v0.10 series
Browse files Browse the repository at this point in the history
  • Loading branch information
wardle committed Apr 9, 2022
1 parent 01bb05a commit c0f28bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ clj -M:run /path/to/snomed.db 8080
Otherwise, you can download a pre-built jar file.

```shell
java -jar hades-server-v0.9.24.jar /path/to/snomed/db 8080
java -jar hades-server-v0.10.xxx.jar /path/to/snomed/db 8080
```

Result:
Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[deps-deploy.deps-deploy :as dd]))

(def lib 'com.eldrix/hades)
(def version (format "0.9.%s" (b/git-count-revs nil)))
(def version (format "0.10.%s" (b/git-count-revs nil)))
(def class-dir "target/classes")
(def jar-basis (b/create-basis {:project "deps.edn"}))
(def uber-basis (b/create-basis {:project "deps.edn"
Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{:paths ["src" "resources"]

:deps {org.clojure/clojure {:mvn/version "1.10.3"}
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/tools.logging {:mvn/version "1.2.4"}
ch.qos.logback/logback-classic {:mvn/version "1.2.11"}

Expand All @@ -9,7 +9,7 @@
ca.uhn.hapi.fhir/hapi-fhir-server {:mvn/version "5.3.0"}
ca.uhn.hapi.fhir/hapi-fhir-structures-r4 {:mvn/version "5.3.0"}

com.eldrix/hermes {:mvn/version "0.9.379"}
com.eldrix/hermes {:mvn/version "0.10.516"}
io.pedestal/pedestal.jetty {:mvn/version "0.5.10"}}

:aliases {:build {:deps {io.github.clojure/tools.build {:git/tag "v0.8.1" :git/sha "7d40500"}
Expand Down

0 comments on commit c0f28bf

Please sign in to comment.