diff --git a/README.md b/README.md index fd379423b..6a6f94793 100755 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ repositories { dependencies { // Lincheck dependency - testImplementation("org.jetbrains.kotlinx:lincheck:2.32") + testImplementation("org.jetbrains.kotlinx:lincheck:2.33") } ``` diff --git a/docs/v.list b/docs/v.list index 78541cf8c..028e74474 100644 --- a/docs/v.list +++ b/docs/v.list @@ -4,7 +4,7 @@ - + diff --git a/gradle.properties b/gradle.properties index d46891532..1b48c8c0a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ group=org.jetbrains.kotlinx name=lincheck -version=2.33-SNAPSHOT +version=2.33 inceptionYear=2019 lastCopyrightYear=2023