Skip to content

Commit

Permalink
feat: upgrade to the latest cardano conversions library (conway ready…
Browse files Browse the repository at this point in the history
…). (#574)

Co-authored-by: Mateusz Czeladka <mateusz.czeladka@cardanofoundation.org>
  • Loading branch information
matiwinnetou and Mateusz Czeladka committed Sep 2, 2024
1 parent 06df19f commit cff6711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend-services/voting-ledger-follower-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
id("io.spring.dependency-management") version "1.1.6"
id("org.graalvm.buildtools.native") version "0.9.26"
id("cz.habarta.typescript-generator") version "3.2.1263"
id("com.github.ben-manes.versions") version "0.48.0"
id("com.github.ben-manes.versions") version "0.48.0"
jacoco
}

Expand Down Expand Up @@ -81,7 +81,7 @@ dependencies {
runtimeOnly("org.postgresql:postgresql")

implementation("org.cardanofoundation:cip30-data-signature-parser:0.0.11")
implementation("org.cardanofoundation:cf-cardano-conversions-java:1.1.3")
implementation("org.cardanofoundation:cf-cardano-conversions-java:1.2.0")

implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.3.0")

Expand Down

0 comments on commit cff6711

Please sign in to comment.