Skip to content

Commit 8bfd9ec

Browse files
Merge remote-tracking branch 'refs/remotes/origin/version/1.21.10' into pre/development
# Conflicts: # gradle.properties
2 parents 0cc1c65 + 494981c commit 8bfd9ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
maven("https://repo.slne.dev/repository/maven-public/") { name = "maven-public" }
77
}
88
dependencies {
9-
classpath("dev.slne.surf:surf-api-gradle-plugin:1.21.7+")
9+
classpath("dev.slne.surf:surf-api-gradle-plugin:1.21.10+")
1010
}
1111
}
1212

@@ -19,7 +19,7 @@ subprojects {
1919
afterEvaluate {
2020
plugins.withType<PublishingPlugin> {
2121
configure<PublishingExtension> {
22-
repositories{
22+
repositories {
2323
slneReleases()
2424
}
2525
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
kotlin.code.style=official
22
kotlin.stdlib.default.dependency=false
33
org.gradle.parallel=true
4-
version=1.21.7-1.5.2-SNAPSHOT
4+
version=1.21.10-1.5.0-SNAPSHOT

0 commit comments

Comments
 (0)