Skip to content

Commit

Permalink
chore: Update versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
crykn committed Dec 26, 2023
1 parent d4732ae commit 8ed1bc9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ allprojects {
appName = "pancake"

freetypeSkinVersion = "0.3.1"
gdxVersion = "1.12.0"
guacamoleVersion = "d33e84ba2a" // = 0.3.4
gdxVersion = "1.12.1"
guacamoleVersion = "v0.3.5"
reflectionsVersion = "0.11.5"
screenmanagerVersion = "5f1dd79fef" // = 0.7.0
screenmanagerVersion = "0.7.0"
vfxVersion = "0.6.1"

// Test dependencies:
Expand All @@ -49,7 +49,7 @@ project(":core") {
api "com.github.crykn:libgdx-screenmanager:$screenmanagerVersion"
api "com.github.crykn.gdx-vfx:gdx-vfx-core:$vfxVersion"
api("com.github.crykn.guacamole:gdx:$guacamoleVersion") {
force = true // we want to override version supplied by gdx-vfx and screenmanager
force = true // we want to override the version supplied by gdx-vfx and screenmanager
}
implementation "com.github.crykn:freetype-skin:$freetypeSkinVersion"

Expand Down

0 comments on commit 8ed1bc9

Please sign in to comment.