Skip to content

Commit

Permalink
Pin latest Kord snapshots for RC7
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Mar 1, 2021
1 parent 455afe9 commit e4d5203
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group = "com.kotlindiscord"
version = "1.4.0-SNAPSHOT"
version = "1.4.0-RC7"
38 changes: 37 additions & 1 deletion kord-extensions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,43 @@ val javadocJar = task("javadocJar",Jar::class) {
dependencies {
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.15.0")

api("dev.kord:kord-core:0.7.0-SNAPSHOT")
// TODO: Remove/replace with usual version when we're done releasing for specific snapshot versions
api("dev.kord:kord-core") {
version {
strictly("0.7.0-20210226.152409-21")
}
}

api("dev.kord.cache:cache-api") {
version {
strictly("0.3.0-20210128.083522-3")
}
}

api("dev.kord.cache:cache-map") {
version {
strictly("0.3.0-20210128.083522-3")
}
}

api("dev.kord:kord-common") {
version {
strictly("0.7.0-20210226.152409-21")
}
}

api("dev.kord:kord-gateway") {
version {
strictly("0.7.0-20210226.152409-21")
}
}

api("dev.kord:kord-rest") {
version {
strictly("0.7.0-20210226.152409-21")
}
}
// end

api("net.time4j:time4j-base:5.7")
api("net.time4j:time4j-tzdata:5.0-2020a")
Expand Down

0 comments on commit e4d5203

Please sign in to comment.