Skip to content

Commit 41b0c54

Browse files
Bump js from 1.8.10 to 1.8.20 (#310)
* Bump js from 1.8.10 to 1.8.20 Bumps [js](https://github.com/JetBrains/kotlin) from 1.8.10 to 1.8.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update build.gradle.kts --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Philip Wedemann <22521688+hfhbd@users.noreply.github.com>
1 parent fc1fb1f commit 41b0c54

File tree

2 files changed

+287
-24
lines changed

2 files changed

+287
-24
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import java.util.*
22
import io.gitlab.arturbosch.detekt.*
33

44
plugins {
5-
kotlin("js") version "1.8.10"
6-
id("org.jetbrains.compose") version "1.3.1"
5+
kotlin("js") version "1.8.20"
6+
id("org.jetbrains.compose") version "1.4.0-rc03"
77
`maven-publish`
88
signing
99
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"

0 commit comments

Comments
 (0)