Skip to content

Commit

Permalink
chore: use new cardano-client-lib snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-HuyLe3a committed Oct 17, 2024
1 parent 8e643ba commit fae2ac4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ plugins {
repositories {
mavenCentral()
mavenLocal()
maven {
url "https://oss.sonatype.org/content/repositories/snapshots"
}
}

compileJava {
Expand Down Expand Up @@ -105,6 +108,9 @@ subprojects {
repositories {
mavenLocal()
mavenCentral()
maven {
url "https://oss.sonatype.org/content/repositories/snapshots"
}
}

//Jars are with yaci prefix
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[libraries]
cardano-client-core = "com.bloxbean.cardano:cardano-client-core:0.6.0"
cardano-client-core = "com.bloxbean.cardano:cardano-client-core:0.6.2-SNAPSHOT"
cbor = "co.nstant.in:cbor:0.9"
netty = "io.netty:netty-all:4.1.113.Final"
project-reactor-core = "io.projectreactor:reactor-core:3.6.10"
Expand Down

0 comments on commit fae2ac4

Please sign in to comment.