Skip to content

Commit 6344345

Browse files
authored
Use JVM variant of snakeyaml-engine-kmp
There's a bug in scripting where KMP referrers aren't reported. Most likely the library is entering the set of dependencies transitively. Let's be more specific here and point to the JVM variant.
1 parent 35db116 commit 6344345

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env kotlin
22
@file:Repository("https://repo.maven.apache.org/maven2/")
33
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.5.0")
4-
@file:DependsOn("it.krzeminski:snakeyaml-engine-kmp:3.2.1")
4+
@file:DependsOn("it.krzeminski:snakeyaml-engine-kmp-jvm:3.2.1")
55
@file:DependsOn("io.github.optimumcode:json-schema-validator-jvm:0.5.2")
66
@file:DependsOn("com.github.sya-ri:kgit:1.1.0")
77

0 commit comments

Comments
 (0)