Skip to content

Commit

Permalink
Merge pull request #758 from arkivanov/javaTarget-11
Browse files Browse the repository at this point in the history
Force javaTarget 11 for all non-Android JVM targets
  • Loading branch information
arkivanov authored Aug 8, 2024
2 parents 96ff45e + b8fd35b commit 14be7b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

decompose = "3.2.0-alpha03"
kotlin = "2.0.10"
essenty = "2.2.0-alpha03"
essenty = "2.2.0-alpha04"
reaktive = "1.2.3"
junit = "4.13.2"
jetbrainsCompose = "1.7.0-alpha02"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.toString() == "com.arkivanov.gradle.setup") {
useModule("com.github.arkivanov:gradle-setup-plugin:310f7f6b99")
useModule("com.github.arkivanov:gradle-setup-plugin:8eb6bb973c")
}
}
}
Expand Down

0 comments on commit 14be7b6

Please sign in to comment.