Skip to content

Commit 01319c2

Browse files
Bump io.github.twonirwana:dice-evaluator from v0.5.7 to v0.5.8 (#444)
* Bump io.github.twonirwana:dice-evaluator from v0.5.7 to v0.5.8 Bumps [io.github.twonirwana:dice-evaluator](https://github.com/twonirwana/DiceEvaluator) from v0.5.7 to v0.5.8. - [Release notes](https://github.com/twonirwana/DiceEvaluator/releases) - [Commits](https://github.com/twonirwana/DiceEvaluator/commits) --- updated-dependencies: - dependency-name: io.github.twonirwana:dice-evaluator dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * update readme --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: twonirwana <[email protected]>
1 parent 6dd93f2 commit 01319c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ Operators with a higher precedence are evaluated first.
541541
Brackets can be used to change the order of evaluation.
542542
For example `1d4+3d6` is the appending of roll of 1d4 and 3d6, but `(1d4+3=)d6)` gets first the sum of the roll of 1d4 and 3 and then rolls this number of d6.
543543

544-
The number of dice is limited to 1000 and every number approve 10 digits or with more than 10 digit after the decimal dot result in an error.
544+
The number of dice is limited to 1000 and every number approve 9 digits or with more than 9 digit after the decimal dot result in an error.
545545

546546
Boolean values will be represented by `'true'` and `'false'`.
547547

bot/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111
dependencies {
1212
implementation(project(":discord-connector"))
1313
implementation("com.github.twonirwana:dice-parser:0.7.1")
14-
implementation("io.github.twonirwana:dice-evaluator:v0.5.7")
14+
implementation("io.github.twonirwana:dice-evaluator:v0.5.8")
1515

1616
implementation(libs.log4j.to.slf4j)
1717
implementation(libs.reactor.core)

0 commit comments

Comments
 (0)