Skip to content

Commit

Permalink
fix(version): use the latest version of protocol-dtos
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemaker1 committed Feb 7, 2022
1 parent d75408e commit a8a46ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
implementation("io.arrow-kt:arrow-optics:0.13.2")
implementation("org.litote.kmongo:kmongo:4.2.8")
implementation("org.mapstruct:mapstruct:1.4.2.Final")
implementation("org.beckn.jvm:beckn-protocol-dtos:0.9.3.20")
implementation("org.beckn.jvm:beckn-protocol-dtos:0.9.3.+")
implementation("org.bouncycastle:bcprov-jdk15on:1.69")
implementation("commons-codec:commons-codec:1.15")
implementation("com.squareup.retrofit2:retrofit:$retrofitVersion")
Expand Down

0 comments on commit a8a46ef

Please sign in to comment.