Skip to content

Commit 6fc6ca5

Browse files
committed
chore: Bumped fairy to 0.7.13b1-SNAPSHOT
1 parent d6b4e39 commit 6fc6ca5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ plugins {
33
id "base"
44
id "jacoco"
55
id "maven-publish"
6-
id "io.fairyproject" version "0.7.1b7-SNAPSHOT"
6+
id "io.fairyproject" version "0.7.13b1-SNAPSHOT"
77
id "io.spring.dependency-management" version "1.1.0"
88
}
99

1010
group = "dev.imanity.brew"
11-
version = "0.4.1b1-SNAPSHOT"
11+
version = "0.4.2b1-SNAPSHOT"
1212

1313
repositories {
1414
mavenCentral()
@@ -25,12 +25,12 @@ fairy {
2525
dependencies {
2626
compileOnly "io.fairyproject:bukkit-platform"
2727
compileOnly "io.fairyproject:bukkit-timer"
28-
compileOnly "io.fairyproject:module.config"
28+
compileOnly "io.fairyproject:core-config"
2929

3030
testImplementation "io.fairyproject:bukkit-platform"
3131
testImplementation "io.fairyproject:bukkit-tests"
3232
testImplementation "io.fairyproject:bukkit-timer"
33-
testImplementation "io.fairyproject:module.config"
33+
testImplementation "io.fairyproject:core-config"
3434
}
3535

3636
dependencies {

0 commit comments

Comments
 (0)