Skip to content

Commit

Permalink
chore(deps): update plugin com.osmerion.lwjgl3 {0.2.0 => 0.3.0}
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and TheMrMilchmann committed Jul 29, 2024
1 parent 3beb056 commit 748d6a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/groovy-dsl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import com.osmerion.gradle.lwjgl3.*

plugins {
id "java"
id "com.osmerion.lwjgl3" version "0.2.0"
id "com.osmerion.lwjgl3" version "0.3.0"
}

java {
Expand Down
2 changes: 1 addition & 1 deletion samples/kotlin-dsl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import com.osmerion.gradle.lwjgl3.*

plugins {
java
id("com.osmerion.lwjgl3") version "0.2.0"
id("com.osmerion.lwjgl3") version "0.3.0"
}

java {
Expand Down

0 comments on commit 748d6a5

Please sign in to comment.