We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66adb74 commit 7f599ffCopy full SHA for 7f599ff
settings.gradle.kts
@@ -16,7 +16,7 @@ include("lib")
16
dependencyResolutionManagement {
17
versionCatalogs {
18
create("libs") {
19
- plugin("kotlin", "org.jetbrains.kotlin.jvm").version("1.9.22")
+ plugin("kotlin", "org.jetbrains.kotlin.jvm").version("2.2.21")
20
library("structurizr-export", "com.structurizr", "structurizr-export").version("1.19.0")
21
library("structurizr-client", "com.structurizr", "structurizr-client").version("1.29.0")
22
}
0 commit comments