Skip to content

Commit

Permalink
Release lincheck-2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
ndkoval committed Apr 13, 2023
1 parent d23e504 commit 51bee41
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 @@ -33,7 +33,7 @@ repositories {

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

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

<vars>

<var name="lincheckVersion" value="2.16" type="string"/>
<var name="lincheckVersion" value="2.17" type="string"/>

</vars>
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
group=org.jetbrains.kotlinx
name=lincheck
version=2.17-SNAPSHOT
version=2.17

inceptionYear=2019
lastCopyrightYear=2023
Expand Down

0 comments on commit 51bee41

Please sign in to comment.