Skip to content

Commit

Permalink
bump kutil: 1.26.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Bixilon committed Oct 29, 2024
1 parent 45a184a commit 3a608ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ repositories {

buildscript {
dependencies {
classpath("de.bixilon", "kutil", "1.26.2")
classpath("de.bixilon", "kutil", "1.26.4")
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -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.
*
Expand All @@ -17,5 +17,6 @@ pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
maven(url = "https://s01.oss.sonatype.org/content/repositories/releases/")
}
}

0 comments on commit 3a608ab

Please sign in to comment.