Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit 0896400

Browse files
committed
chore: update dependencies
1 parent 1ddde36 commit 0896400

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import org.jetbrains.compose.compose
22
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
33

44
plugins {
5-
kotlin("jvm") version "1.4.30"
6-
id("org.jetbrains.compose") version "0.3.0-build152"
5+
kotlin("jvm") version "1.6.10"
6+
id("org.jetbrains.compose") version "1.1.1"
77
`java-library`
88
`maven-publish`
99
jacoco
@@ -96,7 +96,7 @@ repositories {
9696

9797
dependencies {
9898
testImplementation(kotlin("test-junit5"))
99-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.6.0")
100-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.6.0")
99+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
100+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.2")
101101
implementation(compose.desktop.currentOs)
102102
}

0 commit comments

Comments
 (0)