Skip to content

Commit

Permalink
- Update to Kotlin 1.9.23
Browse files Browse the repository at this point in the history
- Update to Kobweb 0.18.0
- Update to Compose 1.6.2
  • Loading branch information
stevdza-san committed Jun 16, 2024
1 parent 84eeaac commit ddc2893
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bootstrap/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "com.stevdza.san.bootstrap"
version = "0.1.1"
version = "0.1.2"

kotlin {
configAsKobwebLibrary(includeServer = false)
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[versions]
jetbrains-compose = "1.5.12"
kobweb = "0.16.1"
kotlin = "1.9.22"
jetbrains-compose = "1.6.2"
kobweb = "0.18.0"
kotlin = "1.9.23"

[libraries]
kobweb-api = { module = "com.varabyte.kobweb:kobweb-api", version.ref = "kobweb" }
kobweb-core = { module = "com.varabyte.kobweb:kobweb-core ", version.ref = "kobweb" }
kobweb-compose = { module = "com.varabyte.kobweb:kobweb-compose", version.ref = "kobweb" }
kobweb-silk-core = { module = "com.varabyte.kobweb:kobweb-silk", version.ref = "kobweb" }
kobweb-silk-icons-fa = { module = "com.varabyte.kobweb:kobweb-silk-icons-fa", version.ref = "kobweb" }
kobweb-silk-icons-fa = { module = "com.varabyte.kobwebx:silk-icons-fa", version.ref = "kobweb" }
kobwebx-markdown = { module = "com.varabyte.kobwebx:kobwebx-markdown", version.ref = "kobweb" }

[plugins]
Expand Down

0 comments on commit ddc2893

Please sign in to comment.