diff --git a/build.gradle.kts b/build.gradle.kts index 67923d961c3..2a8917f9e41 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -81,7 +81,7 @@ val codeMetrics = configurations.create("codeMetrics") dependencies { // For the "natives" configuration make it depend on the native files from LWJGL natives(platform("org.lwjgl:lwjgl-bom:$LwjglVersion")) - listOf("natives-linux", "natives-windows", "natives-macos").forEach { + listOf("natives-linux", "natives-windows", "natives-macos", "natives-macos-arm64").forEach { natives("org.lwjgl:lwjgl::$it") natives("org.lwjgl:lwjgl-assimp::$it") natives("org.lwjgl:lwjgl-glfw::$it") diff --git a/engine/build.gradle b/engine/build.gradle index 3988c6d2831..c8327867561 100644 --- a/engine/build.gradle +++ b/engine/build.gradle @@ -158,7 +158,7 @@ dependencies { protobuf { protoc { - artifact = "com.google.protobuf:protoc:3.17.0" + artifact = "com.google.protobuf:protoc:3.18.0" } plugins { }