Skip to content

Commit

Permalink
Merge pull request #32 from blocoio/fix-snakeyaml
Browse files Browse the repository at this point in the history
Fix SnakeYAML dependency
  • Loading branch information
sdsantos authored Jan 8, 2024
2 parents 6adc5aa + 406f113 commit a5856fa
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 a5856fa

Please sign in to comment.