Skip to content

Commit

Permalink
feat(starter): import lnurl-simple in spring-lnurl-auth-starter
Browse files Browse the repository at this point in the history
  • Loading branch information
theborakompanioni committed Feb 17, 2024
1 parent f2e2ab7 commit 9430e5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Breaking
- remove deprecated methods from `LnurlAuthWalletToken`

### Added
- import lnurl-simple in spring-lnurl-auth-starter

### Changed
- upgrade: update secp256k1-kmp from v0.13.0 to v0.14.0
- upgrade: update bitcoin-kmp from v0.16.0 to v0.17.0
Expand Down
4 changes: 4 additions & 0 deletions incubator/spring-lnurl/spring-lnurl-auth-starter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ plugins {
description = 'spring lnurl-auth starter package'

dependencies {
// adding lnurl-simple is not strictly necessary, but users of this starter probably want it.
// see https://github.com/theborakompanioni/bitcoin-spring-boot-starter/issues/112
api project(':incubator:lnurl-java:lnurl-simple')

api project(':incubator:spring-lnurl:spring-lnurl-auth-core')
api project(':incubator:spring-lnurl:spring-lnurl-auth-simple')
api project(':incubator:spring-lnurl:spring-lnurl-auth-security')
Expand Down

0 comments on commit 9430e5a

Please sign in to comment.