Skip to content

Commit cb4f099

Browse files
committed
refactor: minor change in build script
1 parent 2723cb3 commit cb4f099

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ plugins {
99
group = "io.flamingock"
1010
version = "1.0.0-beta.10"
1111

12-
val flamingockVersion = "1.2.0-beta.2"
13-
val templateApiVersion = "1.3.0"
12+
val flamingockVersion = "1.2.0-beta.2"//only for test
13+
val templateApiVersion = "1.3.1"
1414
val coreApiVersion = "1.3.0"
1515

1616
repositories {
@@ -19,7 +19,7 @@ repositories {
1919
}
2020

2121
dependencies {
22-
implementation("io.flamingock:flamingock-core-api:${coreApiVersion}") //we need nullable
22+
implementation("io.flamingock:flamingock-core-api:${coreApiVersion}") //we need nullable, NonLockGuarded, etc.
2323
implementation("io.flamingock:flamingock-template-api:$templateApiVersion")
2424
implementation("org.slf4j:slf4j-api:1.7.36")
2525
compileOnly("org.mongodb:mongodb-driver-sync:4.0.0")

0 commit comments

Comments
 (0)