Skip to content

Commit

Permalink
Downgrade kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddenton committed Aug 22, 2024
1 parent 897cab6 commit 83de1f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This list is not intended to be all-encompassing - it will document major and br
changes with their rationale when appropriate. Given version `A.B.C.D`, breaking changes are to be expected in version number increments where changes in the `A` or `B` sections:

### v5.22.0.0
- **http4k-connect-*** - Upgrade dependencies including Kotlin to 2.0.20
- **http4k-connect-*** - Upgrade dependencies.
- **http4k-connect-*** - [Deprecations] Moved some shared types to the core module.
- **http4k-connect-ai-*** - [Breaking] Shared types have been moved to ai-core. Role.user -> Role.Companion.User

Expand Down
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[versions]

kotlin = "2.0.10"
## ⬆ = "2.0.20"

[libraries]

Expand Down
2 changes: 1 addition & 1 deletion versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ version.junit=5.11.0

version.junit.jupiter=5.11.0

version.kotlin=2.0.20
version.kotlin=2.0.10

version.org.bitbucket.b_c..jose4j=0.9.6

Expand Down

0 comments on commit 83de1f9

Please sign in to comment.