Skip to content

Commit

Permalink
fix: snakeyaml parsing clash subscription causes `IndexOutOfBoundsExc…
Browse files Browse the repository at this point in the history
…eption`
  • Loading branch information
Restia-Ashbell committed Oct 4, 2024
1 parent 7208cde commit 97af870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {
implementation("com.blacksquircle.ui:language-json:2.9.0")

implementation("com.squareup.okhttp3:okhttp:5.0.0-alpha.14")
implementation("org.yaml:snakeyaml:2.3")
implementation("org.yaml:snakeyaml:2.4-SNAPSHOT")
implementation("com.github.daniel-stoneuk:material-about-library:3.2.0-rc01")
implementation("com.jakewharton:process-phoenix:3.0.0")
implementation("com.esotericsoftware:kryo:5.6.0")
Expand Down
1 change: 1 addition & 0 deletions repositories.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ repositories {
mavenCentral()
gradlePluginPortal()
maven(url = "https://jitpack.io")
maven(url = "https://oss.sonatype.org/content/repositories/snapshots/")
}

0 comments on commit 97af870

Please sign in to comment.