Skip to content

Commit

Permalink
Try JaCoCo snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvanyo committed Dec 10, 2024
1 parent 9173630 commit 1fb90f9
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 @@ -86,7 +86,7 @@ kotlinxSerialization = "1.7.3"
#ksp
ksp = "2.1.0-1.0.29"
#jacoco
jacoco = "0.8.12"
jacoco = "0.8.13-SNAPSHOT"
#jetbrainsCompose
jetbrainsCompose = "1.8.0-alpha01"
#jetbrainsComposeMaterialIconsExtended
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 1fb90f9

Please sign in to comment.