Skip to content

Commit 6c62d02

Browse files
[ci: skip] update surf api
1 parent f309bda commit 6c62d02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ buildscript {
44
maven("https://repo.slne.dev/repository/maven-public/") { name = "maven-public" }
55
}
66
dependencies {
7-
classpath("dev.slne.surf:surf-api-gradle-plugin:1.21.8+")
7+
classpath("dev.slne.surf:surf-api-gradle-plugin:1.21.10+")
88
}
99
}
1010

1111
allprojects {
1212
group = "dev.slne.surf.chat"
1313
version = findProperty("version")!!
14-
}
14+
}

0 commit comments

Comments
 (0)