Skip to content

Commit

Permalink
README.md: update the Minie version in buildscript examples
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jul 9, 2024
1 parent 1bca999 commit 031cbc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Add to the project’s "build.gradle" or "build.gradle.kts" file:
}
dependencies {
implementation("com.github.stephengold:Garrett:0.5.3")
implementation("com.github.stephengold:Minie:8.0.0+big4")
implementation("com.github.stephengold:Minie:8.1.0+big4")
}

For some older versions of Gradle,
Expand All @@ -95,7 +95,7 @@ Add to the project’s "pom.xml" file:
<dependency>
<groupId>com.github.stephengold</groupId>
<artifactId>Minie</artifactId>
<version>8.0.0+big4</version>
<version>8.1.0+big4</version>
</dependency>

[Jump to the table of contents](#toc)
Expand Down

0 comments on commit 031cbc7

Please sign in to comment.