Skip to content

Commit

Permalink
Update Construo to 1.3.0 .
Browse files Browse the repository at this point in the history
I think this is all that is needed...
  • Loading branch information
tommyettinger committed Jul 31, 2024
1 parent e6e33aa commit 8a4e60d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
}

plugins {
id "io.github.fourlastor.construo" version "1.2.0"
id "io.github.fourlastor.construo" version "1.3.0"
id "application"
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/gdx/liftoff/data/platforms/Lwjgl3.kt
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ buildscript {
}
}
plugins {
id "io.github.fourlastor.construo" version "1.2.0"
id "io.github.fourlastor.construo" version "1.3.0"
id "application"
}
${if (project.rootGradle.plugins.contains("kotlin")) "apply plugin: 'org.jetbrains.kotlin.jvm'\n" else ""}
Expand Down

0 comments on commit 8a4e60d

Please sign in to comment.