Skip to content

Commit

Permalink
4
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Jul 23, 2024
1 parent 9827b94 commit 45ec822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {

implementation(libs.bundles.night.config)
shadow(libs.bundles.night.config)
//include(libs.bundles.night.config)
include(libs.bundles.night.config)

// JUnit
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.1")
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
maven-group = "band.kessokuteatime"
archives-name = "nightautoconfig"
mod = "1.1.0-alpha.3"
mod = "1.1.0-alpha.4"
loader = "fabric"

minecraft = "1.21"
Expand Down

0 comments on commit 45ec822

Please sign in to comment.