aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorWalker Selby <git@walkerselby.com>2023-11-16 10:40:55 +0000
committerGitHub <noreply@github.com>2023-11-16 11:40:55 +0100
commit024cd40a3a3e98da87a1ce6eaaebd379f312cc72 (patch)
treef10ecf557c761c3504247aa6c572a91d7150aad7 /build.gradle.kts
parentebfbe5d586c40663f58540cd7a0d428633c7298f (diff)
downloadskyhanni-024cd40a3a3e98da87a1ce6eaaebd379f312cc72.tar.gz
skyhanni-024cd40a3a3e98da87a1ce6eaaebd379f312cc72.tar.bz2
skyhanni-024cd40a3a3e98da87a1ce6eaaebd379f312cc72.zip
Config Updates - Subcategories and Reformatting (#709)
Added new sub category stuff from moul config #709
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 31a1dee5a..262d7f769 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -81,7 +81,7 @@ dependencies {
exclude(module = "unspecified")
isTransitive = false
}
- devenvMod("com.github.NotEnoughUpdates:NotEnoughUpdates:v2.1.1-alpha22:all") {
+ devenvMod("com.github.NotEnoughUpdates:NotEnoughUpdates:v2.1.1-pre4:all") {
exclude(module = "unspecified")
isTransitive = false
}
@@ -93,7 +93,7 @@ dependencies {
shadowImpl("org.jetbrains.kotlin:kotlin-reflect:1.9.0")
// testImplementation(kotlin("test"))
- testImplementation("com.github.NotEnoughUpdates:NotEnoughUpdates:v2.1.1-alpha22:all") {
+ testImplementation("com.github.NotEnoughUpdates:NotEnoughUpdates:v2.1.1-pre4:all") {
exclude(module = "unspecified")
isTransitive = false
}