Skip to content

Commit

Permalink
update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Jan 10, 2024
1 parent a5ce4be commit aa328e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ private fun getVersion(): String {
if(isRelease != null && isRelease.toBoolean()) {
libVersion = version
}
System.out.println("gdx-teavm Version: $libVersion")
println("gdx-teavm Version: $libVersion")
return libVersion
}

0 comments on commit aa328e7

Please sign in to comment.