Skip to content

Commit

Permalink
Upped jqwik/fixed build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michiel Meeuwissen committed Dec 16, 2024
1 parent 0c6d832 commit 3379837
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
import org.meeuw.math.abstractalgebra.*;
import org.meeuw.math.text.TextUtils;

import static org.meeuw.math.text.TextUtils.subscript;

/**
* @since 0.14
* @see org.meeuw.math.abstractalgebra.dihedral
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<junit.version>5.11.2</junit.version>
<jacoco.version>0.8.12</jacoco.version>
<assertj.version>3.26.3</assertj.version>
<jqwik.version>1.9.1</jqwik.version>
<jqwik.version>1.9.2</jqwik.version>
<reflections.version>0.10.2</reflections.version>
<hibernate-validator.version>8.0.1.Final</hibernate-validator.version>
<log4j.version>2.22.1</log4j.version>
Expand Down

0 comments on commit 3379837

Please sign in to comment.