Skip to content

Commit

Permalink
Merge pull request #20 from netkicorp/upgrade_sdk
Browse files Browse the repository at this point in the history
Upgrading SDK
  • Loading branch information
alan10fm authored Mar 24, 2021
2 parents fea196d + a583159 commit c457ee7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "com.netki"
version = "1.0.0-beta5"
version = "2.0.0-beta1"
java.sourceCompatibility = JavaVersion.VERSION_1_8

repositories {
Expand All @@ -18,7 +18,8 @@ repositories {
}

dependencies {
implementation("com.netki:transactid:1.0.0-beta5")
implementation("com.netki:transactid-core:2.0.0-beta1")
implementation("com.netki:transactid:2.0.0-beta1")

implementation("org.springframework.boot:spring-boot-starter-web")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
Expand Down

0 comments on commit c457ee7

Please sign in to comment.