Skip to content

Commit

Permalink
[TH2-5035] used dev releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro committed Aug 15, 2023
1 parent a0612e6 commit b8e32ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ repositories {
}

dependencies {
api platform('com.exactpro.th2:bom:4.5.0-TH2-5035-+')
api platform('com.exactpro.th2:bom:4.5.0')

implementation("com.exactpro.th2:common:5.4.0-TH2-5035-+") {
implementation("com.exactpro.th2:common:5.4.0-dev") {
exclude group: 'com.exactpro.th2', module: 'task-utils'
}
implementation "com.exactpro.th2:common-utils:2.2.0-TH2-5035-+"
implementation "com.exactpro.th2:common-utils:2.2.0-dev"

implementation 'com.exactpro.th2:netty-bytebuf-utils:0.0.1'
implementation 'com.exactpro.th2:conn-dirty-tcp-core:3.1.0-dev'
implementation 'com.exactpro.th2:grpc-lw-data-provider:2.1.0-TH2-5035-+'
implementation 'com.exactpro.th2:conn-dirty-tcp-core:3.2.0-dev'
implementation 'com.exactpro.th2:grpc-lw-data-provider:2.1.0-dev'

implementation 'org.slf4j:slf4j-api'
implementation 'io.github.microutils:kotlin-logging:3.0.0' // The last version bases on kotlin 1.6.0
Expand Down

0 comments on commit b8e32ab

Please sign in to comment.