We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad0bf38 commit 24433cbCopy full SHA for 24433cb
TODO.md
@@ -1,4 +1,6 @@
1
-# 1.9.2
+# 1.9.3
2
+
3
+ - Support live visualization with Tyche: https://github.com/jqwik-team/jqwik/issues/604
4
5
# 1.9.x
6
dependencies.gradle
@@ -46,7 +46,7 @@ ext {
46
kotestVersion = '5.9.1'
47
jspecifyVersion = '1.0.0'
48
moduleName = 'net.jqwik'
49
- jqwikVersion = '1.9.2-SNAPSHOT'
+ jqwikVersion = '1.9.2'
50
isSnapshotRelease = isSnapshotRelease(jqwikVersion)
51
showStandardStreams = showStandardStreams()
52
javaTargetVersion = javaTargetVersion()
0 commit comments