DataDog / dd-sdk-kotlin-multiplatform

Datadog SDK for Kotlin Multiplatform
Apache License 2.0
4 stars 0 forks source link

Explicitly set `antlr-runtime` transitive dependency version #76

Closed 0xnm closed 3 weeks ago

0xnm commented 3 weeks ago

What does this PR do?

The transitive version used com.github.drieks.antlr-kotlin:antlr-kotlin-runtime:d4384e4d90 cannot be found on Jitpack anymore, causing the build to fail. So specifying the version explicitly, with the one which can be found.

Review checklist (to be filled by reviewers)