Skip to content

Commit 57df0d3

Browse files
chore(deps): add snakeyaml dependency
1 parent 6a6f6fc commit 57df0d3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ repositories {
2727

2828
dependencies {
2929
implementation(libs.jacamo)
30+
implementation(libs.snakeyaml)
3031
testImplementation(libs.junit.api)
3132
testRuntimeOnly(libs.junit.engine)
3233
}

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ junit = "5.9.2"
55
jacamo = { module = "org.jacamo:jacamo", version = "1.1" }
66
junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
77
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
8+
snakeyaml = { module = "org.yaml:snakeyaml", version = "1.21" }
89

910
[bundles]
1011

0 commit comments

Comments
 (0)