Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/hdescottes/GdxGame
Browse files Browse the repository at this point in the history
  • Loading branch information
hdescottes committed Aug 26, 2024
2 parents 7d7fa17 + 374643f commit 145e3a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java-version: '17'
distribution: 'adopt'
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v2
uses: gradle/wrapper-validation-action@v3
- name: Cache Gradle packages
uses: actions/cache@v4
with:
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[versions]
libgdx = "1.12.1"
gdx-vfx = "0.5.4"
logback = "1.4.11"
junit-platform = "1.10.1"
junit-jupiter = "5.10.1"
mockito = "5.7.0"
assertj = "3.24.2"
logback = "1.5.7"
junit-platform = "1.11.0"
junit-jupiter = "5.11.0"
mockito = "5.12.0"
assertj = "3.26.3"

[libraries]
gdx-lwjgl3 = { group = "com.badlogicgames.gdx", name = "gdx-backend-lwjgl3", version.ref = "libgdx" }
Expand Down

0 comments on commit 145e3a9

Please sign in to comment.