Skip to content

Commit

Permalink
Fix bad Linkie dep
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Aug 18, 2021
1 parent 92a1c9c commit 149b044
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions extra-modules/extra-mappings/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ repositories {
}

maven {
name = "Bintray (Linkie)"
url = uri("https://dl.bintray.com/shedaniel/linkie")
name = "Shedaniel"
url = uri("https://maven.shedaniel.me")
}

maven {
Expand Down
2 changes: 1 addition & 1 deletion libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kord = "0.8.x-SNAPSHOT"
kotlinpoet = "1.8.0"
ksp = "1.5.10-1.0.0-beta02"
kx-ser = "1.2.1"
linkie = "1.0.76"
linkie = "1.0.85"
logback = "1.2.3"
logging = "2.0.6"
sentry = "5.0.0"
Expand Down

0 comments on commit 149b044

Please sign in to comment.