Skip to content

Commit

Permalink
[patch] pinning date dependency as there continues to be friction for…
Browse files Browse the repository at this point in the history
… rolling up to higher kotlin while using the embedded
  • Loading branch information
robertfmurdock committed Dec 2, 2023
1 parent 9aaf514 commit 564fbe1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion tools/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ com-benasher44-uuid = "com.benasher44:uuid:0.8.2"
# @keep
org-ajoberstar-grgit-gradle-plugin = { module = "org.ajoberstar.grgit:org.ajoberstar.grgit.gradle.plugin", version.ref = "org-ajoberstar-grgit" }
org-ajoberstar-grgit-grgit-core = { module = "org.ajoberstar.grgit:grgit-core", version.ref = "org-ajoberstar-grgit" }
org-jetbrains-kotlinx-kotlinx-datetime = "org.jetbrains.kotlinx:kotlinx-datetime:0.5.0"
# @pin
org-jetbrains-kotlinx-kotlinx-datetime = "org.jetbrains.kotlinx:kotlinx-datetime:0.4.1"
# @pin
org-jetbrains-kotlinx-kotlinx-serialization-bom = "org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.0"
org-junit-junit-bom = "org.junit:junit-bom:5.10.1"
Expand Down

0 comments on commit 564fbe1

Please sign in to comment.