Skip to content

Commit

Permalink
Update linkie-core to 1.0.59
Browse files Browse the repository at this point in the history
Signed-off-by: shedaniel <daniel@shedaniel.me>
  • Loading branch information
shedaniel committed Feb 6, 2021
1 parent 6125269 commit 5301da7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 4 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,16 @@ configurations {
}

repositories {
jcenter()
mavenCentral()
maven { url "https://maven.fabricmc.net" }
maven { url "https://jitpack.io" }
maven { url "https://dl.bintray.com/kotlin/kotlinx/" }
maven { url "https://dl.bintray.com/kotlin/kotlin-dev/" }
maven { url "https://dl.bintray.com/shedaniel/linkie" }
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
maven { url "https://maven.shedaniel.me/" }
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
maven { url "https://dl.bintray.com/korlibs/korlibs/" }
}

dependencies {
compile("me.shedaniel:linkie-core:1.0.58")
compile("me.shedaniel:linkie-core:1.0.59")
compile("com.discord4j:discord4j-core:3.1.3") {
force = true
}
Expand Down
2 changes: 0 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
pluginManagement {
repositories {
jcenter()
mavenCentral()
maven { url "https://dl.bintray.com/kotlin/kotlin-dev/" }
gradlePluginPortal()
}
}
Expand Down

0 comments on commit 5301da7

Please sign in to comment.