Skip to content

Commit 1bc799c

Browse files
Restore minimum versions for Compose artifacts
1 parent 6c6bde8 commit 1bc799c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/kotlin/com/teamdev/jxbrowser/gradle/JxBrowserExtension.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,9 @@ public open class JxBrowserExtension(
236236
*/
237237
private val artifactNameToReleaseVersion =
238238
mapOf(
239-
"compose" to "9.0.0",
240-
"kotlin" to "9.0.0",
241-
"win64-arm" to "9.0.0",
239+
"compose" to "8.0.0",
240+
"kotlin" to "8.0.0",
241+
"win64-arm" to "8.0.0",
242242
"native-image" to "9.0.0",
243243
)
244244
}

0 commit comments

Comments
 (0)