Skip to content

Commit

Permalink
Release lincheck-2.25
Browse files Browse the repository at this point in the history
  • Loading branch information
ndkoval committed Feb 9, 2024
1 parent e57b827 commit 31016ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repositories {

dependencies {
// Lincheck dependency
testImplementation("org.jetbrains.kotlinx:lincheck:2.24")
testImplementation("org.jetbrains.kotlinx:lincheck:2.25")
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/v.list
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<vars>

<var name="lincheckVersion" value="2.24" type="string"/>
<var name="lincheckVersion" value="2.25" type="string"/>
<var name="jctoolsVersion" value="3.3.0" type="string"/>

</vars>
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

group=org.jetbrains.kotlinx
name=lincheck
version=2.25-SNAPSHOT
version=2.25

inceptionYear=2019
lastCopyrightYear=2023
Expand Down

0 comments on commit 31016ee

Please sign in to comment.