Skip to content

Commit

Permalink
deps: bump kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
janniclas committed Oct 22, 2024
1 parent 237ffaf commit dd497ce
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
@@ -1,5 +1,5 @@
[versions]
kotlin = "2.0.20"
kotlin = "2.0.21"
kotlinxSerialization = "1.7.3"
kotlinPlugin = "2.0.20"
kotlinLogging = "7.0.0"
Expand Down
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* SPDX-License-Identifier: MIT
* License-Filename: LICENSE
*/
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")

rootProject.name = "spha"

Expand Down

0 comments on commit dd497ce

Please sign in to comment.