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 409db46 commit 680304fCopy full SHA for 680304f
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>org.fross</groupId>
5
<artifactId>rpncalc</artifactId>
6
- <version>5.8.4</version>
+ <version>5.8.5</version>
7
<packaging>jar</packaging>
8
9
<name>rpncalc</name>
@@ -272,7 +272,7 @@
272
<dependency>
273
<groupId>org.junit.jupiter</groupId>
274
<artifactId>junit-jupiter</artifactId>
275
- <version>6.0.0-M1</version>
+ <version>5.13.1</version>
276
<scope>test</scope>
277
</dependency>
278
snap/snapcraft.yaml
@@ -1,5 +1,5 @@
1
name: rpncalc
2
-version: '5.8.4'
+version: '5.8.5'
summary: The command line Reverse Polish Notation (RPN) calculator
description: |
RPNCalc is an easy to use command line based Reverse Polish
0 commit comments