Skip to content

Commit

Permalink
Try JaCoCo snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvanyo committed Oct 14, 2024
1 parent b0b56c7 commit 0f67ab7
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 @@ -84,7 +84,7 @@ kotlinxSerialization = "1.7.3"
#ksp
ksp = "2.1.0-Beta1-1.0.25"
#jacoco
jacoco = "0.8.12"
jacoco = "0.8.13-SNAPSHOT"
#jetbrainsCompose
jetbrainsCompose = "1.7.0-rc01"
#jetbrainsComposeMaterial3Adaptive
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 0f67ab7

Please sign in to comment.