Skip to content

Commit 80b6e67

Browse files
committed
Set release version 1.8.3
1 parent f2d5b72 commit 80b6e67

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

TODO.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# 1.8.3
1+
# 1.8.x
2+
- Replace jsr305 with jspecify
23

34
- Summon preconfigured arbitrary. See https://github.com/jqwik-team/jqwik/issues/527
45

5-
# 1.8.x
6-
76
- Using @UseType for sealed interfaces and classes: https://github.com/jqwik-team/jqwik/issues/523
87
Will probably require a new module for java 17
98

dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ext {
4646
findbugsVersion = '3.0.2'
4747
jspecifyVersion = '0.3.0'
4848
moduleName = 'net.jqwik'
49-
jqwikVersion = '1.8.3-SNAPSHOT'
49+
jqwikVersion = '1.8.3'
5050
isSnapshotRelease = isSnapshotRelease(jqwikVersion)
5151
showStandardStreams = showStandardStreams()
5252
javaTargetVersion = javaTargetVersion()

0 commit comments

Comments
 (0)