Skip to content

Commit

Permalink
Set release version 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jlink committed Feb 23, 2024
1 parent f2d5b72 commit 80b6e67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# 1.8.3
# 1.8.x
- Replace jsr305 with jspecify

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

# 1.8.x

- Using @UseType for sealed interfaces and classes: https://github.com/jqwik-team/jqwik/issues/523
Will probably require a new module for java 17

Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ext {
findbugsVersion = '3.0.2'
jspecifyVersion = '0.3.0'
moduleName = 'net.jqwik'
jqwikVersion = '1.8.3-SNAPSHOT'
jqwikVersion = '1.8.3'
isSnapshotRelease = isSnapshotRelease(jqwikVersion)
showStandardStreams = showStandardStreams()
javaTargetVersion = javaTargetVersion()
Expand Down

0 comments on commit 80b6e67

Please sign in to comment.