Skip to content

Commit

Permalink
Kotlin 2.0.0, Compose 1.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
SalomonBrys committed May 31, 2024
1 parent f6aa748 commit f00c56e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Compose-Ur-Pres/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

allprojects {
group = "net.kodein.cup"
version = "1.0.0-Beta-03"
version = "1.0.0-Beta-04"

/*
In a composite build, tasks run from the root will not automatically propagate to subprojects (see
Expand Down
15 changes: 7 additions & 8 deletions Compose-Ur-Pres/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
[versions]
buildConfig = "3.1.0"
compose = "1.6.10-rc01"
buildConfig = "5.3.5"
compose = "1.6.10"
dokka = "1.9.20"
emoji = "1.2.0"
graalvm-js = "23.0.2"
emoji = "2.0.0"
graalvm-js = "23.0.4"
gradle-pluginPublish = "1.2.1"
kotlin = "2.0.0-RC3"
kxSerialization = "1.6.2"
markdown = "0.13.0"
kotlin = "2.0.0"
kxSerialization = "1.7.0-RC"
markdown = "0.16.0"
mavenPublish = "0.28.0"
npm-ismobilejs = "1.1.1"
npm-highlightjs = "11.9.0"
serialization-plugin = "1.9.21"

[plugins]
buildConfig = { id = "com.github.gmazzo.buildconfig", version.ref = "buildConfig" }
Expand Down
6 changes: 3 additions & 3 deletions Demo/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
kotlin("multiplatform") version "2.0.0-RC3"
id("org.jetbrains.compose") version "1.6.10-rc01"
kotlin("plugin.compose") version "2.0.0-RC3"
kotlin("multiplatform") version "2.0.0"
id("org.jetbrains.compose") version "1.6.10"
kotlin("plugin.compose") version "2.0.0"
id("net.kodein.cup")
}

Expand Down
4 changes: 2 additions & 2 deletions docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CuP
title: Compose ur Pres
version: '1.0'
display_version: '1.0.0-Beta-03'
display_version: '1.0.0-Beta-04'
nav:
- modules/ROOT/nav.adoc
- modules/core/nav.adoc
Expand All @@ -10,7 +10,7 @@ nav:
asciidoc:
attributes:
branch: 'main'
version: '1.0.0-Beta-03'
version: '1.0.0-Beta-04'
kotlin: '2.0.0'
compose: '1.6.10'
jdk: '1.8'

0 comments on commit f00c56e

Please sign in to comment.