Skip to content

Commit

Permalink
Merge branch 'main' into renovate/kotlinxdatetime
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvanyo authored Feb 10, 2025
2 parents c146432 + 037ec7d commit a9c8411
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.8.0"
#ksp
ksp = "2.1.20-Beta2-1.0.29"
#jacoco
jacoco = "0.8.12"
jacoco = "0.8.13-SNAPSHOT"
#jetbrainsCompose
jetbrainsCompose = "1.8.0-alpha02"
#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 a9c8411

Please sign in to comment.