Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/Noelware/remi
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Apr 26, 2022
2 parents 4fe9b12 + 307811b commit 8b87a30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repositories {

dependencies {
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.5.0")
implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.6.20")
implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.6.21")
implementation("io.kotest:kotest-gradle-plugin:0.3.9")
implementation("gay.floof.utils:gradle-utils:1.3.0")
implementation(kotlin("gradle-plugin", version = "1.6.21"))
Expand Down
2 changes: 1 addition & 1 deletion support-s3/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ plugins {
}

dependencies {
api(platform("software.amazon.awssdk:bom:2.17.176"))
api(platform("software.amazon.awssdk:bom:2.17.177"))
api("software.amazon.awssdk:s3")
}

0 comments on commit 8b87a30

Please sign in to comment.