Skip to content

Commit

Permalink
Merge pull request #28 from starkbank/update/ecdsa
Browse files Browse the repository at this point in the history
Update java sdk library version to 2.8.2
  • Loading branch information
cdottori-stark authored Nov 11, 2021
2 parents eec4cd8 + e9a8333 commit 6bb9eef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Given a version number MAJOR.MINOR.PATCH, increment:


## [Unreleased]
### Changed
- java sdk version to 2.8.2

## [2.5.1] - 2021-11-04
### Changed
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
:license {:name "MIT"
:url "https://opensource.org/licenses/MIT"}
:dependencies [
[com.starkbank/sdk "2.8.1"]
[com.starkbank/sdk "2.8.2"]
[org.clojure/clojure "1.10.1"]]
:repl-options {:init-ns starkbank.core})

0 comments on commit 6bb9eef

Please sign in to comment.