bump kutil: 1.26.4

This commit is contained in:
Moritz Zwerger 2024-10-29 23:43:22 +01:00
parent 45a184a1b5
commit 3a608abe2d
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4
3 changed files with 4 additions and 3 deletions

View File

@ -85,7 +85,7 @@ repositories {
buildscript {
dependencies {
classpath("de.bixilon", "kutil", "1.26.2")
classpath("de.bixilon", "kutil", "1.26.4")
}
}

View File

@ -17,5 +17,5 @@ lwjgl.version=3.3.3
ikonli.version=12.3.1
netty.version=4.1.114.Final
jackson.version=2.18.1
kutil.version=1.26.2
kutil.version=1.26.4
glm.version=0.9.9.1-12

View File

@ -1,6 +1,6 @@
/*
* Minosoft
* Copyright (C) 2020-2022 Moritz Zwerger
* Copyright (C) 2020-2024 Moritz Zwerger
*
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
*
@ -17,5 +17,6 @@ pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
maven(url = "https://s01.oss.sonatype.org/content/repositories/releases/")
}
}