Skip to content

Commit

Permalink
Bump bitcoinj from 0.17-beta1 to 0.17-rc1
Browse files Browse the repository at this point in the history
(bitcoinj is only used in the secp-bitcoinj module)
  • Loading branch information
msgilligan committed Jan 20, 2025
1 parent 519b63e commit fcd20c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secp-bitcoinj/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ext.moduleName = 'org.bitcoinj.secp.bitcoinj'

dependencies {
api project(':secp-api')
api("org.bitcoinj:bitcoinj-core:0.17-beta1");
api("org.bitcoinj:bitcoinj-core:0.17-rc1");

implementation project(':secp-bouncy')
implementation project(':secp-ffm')
Expand Down

0 comments on commit fcd20c8

Please sign in to comment.