We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8cdbee commit 0408c8eCopy full SHA for 0408c8e
README.md
@@ -34,7 +34,7 @@ repositories {
34
35
dependencies {
36
// Lincheck dependency
37
- testImplementation("org.jetbrains.kotlinx:lincheck:2.32")
+ testImplementation("org.jetbrains.kotlinx:lincheck:2.33")
38
}
39
```
40
docs/v.list
@@ -4,7 +4,7 @@
4
5
<vars>
6
7
-<var name="lincheckVersion" value="2.32" type="string"/>
+<var name="lincheckVersion" value="2.33" type="string"/>
8
<var name="jctoolsVersion" value="3.3.0" type="string"/>
9
10
</vars>
gradle.properties
@@ -10,7 +10,7 @@
11
group=org.jetbrains.kotlinx
12
name=lincheck
13
-version=2.33-SNAPSHOT
+version=2.33
14
15
inceptionYear=2019
16
lastCopyrightYear=2023
0 commit comments