Skip to content

Commit

Permalink
Maven central is no more, switch to jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
urielsalis authored Sep 3, 2024
1 parent 2e8a71e commit acd953c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
implementation("io.arrow-kt", "arrow-core", arrowVersion)
implementation("io.arrow-kt", "arrow-syntax", arrowVersion)
implementation("io.arrow-kt", "arrow-fx", arrowVersion)
implementation("net.dean.jraw", "JRAW", "1.1.0")
implementation("com.github.mattbdean", "JRAW", "v1.1.0")
implementation("com.uchuhimo", "konf", "0.22.1")
implementation("com.github.rcarz", "jira-client", "master-SNAPSHOT")
implementation("com.github.napstr", "logback-discord-appender", "bda874138e")
Expand Down

0 comments on commit acd953c

Please sign in to comment.