Skip to content

Commit e1dd2f9

Browse files
Bump org.lwjglx:lwjgl3-awt from 0.2.3 to 0.2.4
Bumps [org.lwjglx:lwjgl3-awt](https://github.com/LWJGLX/lwjgl3-awt) from 0.2.3 to 0.2.4. - [Commits](https://github.com/LWJGLX/lwjgl3-awt/commits) --- updated-dependencies: - dependency-name: org.lwjglx:lwjgl3-awt dependency-version: 0.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 59d9b35 commit e1dd2f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kool-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ kotlin {
2222
desktopMain.dependencies {
2323
api(libs.bundles.lwjgl)
2424
implementation(libs.jsvg)
25-
implementation("org.lwjglx:lwjgl3-awt:0.2.3") { exclude(group = "org.lwjgl") }
25+
implementation("org.lwjglx:lwjgl3-awt:0.2.4") { exclude(group = "org.lwjgl") }
2626

2727
listOf("natives-linux", "natives-windows", "natives-macos", "natives-macos-arm64").forEach { platform ->
2828
val nonNativeLibs = mutableListOf("lwjgl-jawt")

0 commit comments

Comments
 (0)