Skip to content

Commit

Permalink
Try JaCoCo snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvanyo committed Sep 20, 2024
1 parent c94c3df commit 38c8040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ kotlinxCoroutines = "1.9.0"
kotlinxDatetime = "0.6.1"
kotlinxSerialization = "1.7.1"
ksp = "2.0.20-1.0.25"
jacoco = "0.8.12"
jacoco = "0.8.13-SNAPSHOT"
jetbrainsCompose = "1.7.0-beta02"
junit4 = "4.13.2"
leakCanary = "3.0-alpha-8"
Expand Down
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ dependencyResolutionManagement {
}
google()
mavenCentral()
maven(url = "https://oss.sonatype.org/content/repositories/snapshots")
}
}

Expand Down

0 comments on commit 38c8040

Please sign in to comment.