We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e94955c commit b5ff04aCopy full SHA for b5ff04a
1 file changed
build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
}
7
8
group = "gg.nextforge"
9
-version = "1.0-SNAPSHOT"
+version = "1.1-SNAPSHOT"
10
11
repositories {
12
mavenCentral()
@@ -15,7 +15,7 @@ repositories {
15
16
dependencies {
17
paperweight.paperDevBundle("1.19.1-R0.1-SNAPSHOT")
18
- implementation("gg.nextforge:nextlicenses-client:1.1-SNAPSHOT")
+ implementation("gg.nextforge:nextlicenses-client:1.2-SNAPSHOT")
19
20
// JDBC Backends
21
implementation("com.mysql:mysql-connector-j:9.4.0")
0 commit comments