Skip to content

Commit

Permalink
update the Libbulletjme library to v21.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed May 9, 2024
1 parent 460b7b3 commit 395e6bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Add to the project’s "build.gradle" file:
mavenCentral()
}
dependencies {
implementation 'com.github.stephengold:Libbulletjme:21.1.0'
implementation 'com.github.stephengold:Libbulletjme:21.2.1'
implementation 'com.github.stephengold:V-Sport:0.9.0'
}

Expand All @@ -78,7 +78,7 @@ Add to the project’s "pom.xml" file:
<dependency>
<groupId>com.github.stephengold</groupId>
<artifactId>Libbulletjme</artifactId>
<version>21.1.0</version>
<version>21.2.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

ext {
// current versions of libraries:
lbjVersion = '21.1.0'
lbjVersion = '21.2.1'
lwjglVersion = '3.3.3'
//lwjglVersion = '3.3.4-SNAPSHOT'
vsportVersion = '0.9.1-SNAPSHOT'
Expand Down

0 comments on commit 395e6bb

Please sign in to comment.