Skip to content

Commit

Permalink
Fix SnakeYAML dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sdsantos committed Jan 8, 2024
1 parent 6adc5aa commit 406f113
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,21 @@ plugins {

repositories {
mavenCentral()
maven { setUrl("https://jitpack.io") }
}

dependencies {
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
implementation("org.jetbrains.kotlin:kotlin-stdlib")
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("com.github.bmoliveira:snake-yaml:v1.18-android")
implementation("org.yaml:snakeyaml:2.2")

testImplementation("org.jetbrains.kotlin:kotlin-test")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit")
testImplementation("io.mockk:mockk:1.13.3")
}

group = "io.bloco"
version = "2.0.3"
version = "2.0.4"

java {
withSourcesJar()
Expand Down

0 comments on commit 406f113

Please sign in to comment.