File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
11
11
}
12
12
13
13
group = " de.jensklingenberg"
14
- version = " 1.0.2 "
14
+ version = " 1.0.3 "
15
15
16
16
repositories {
17
17
mavenCentral()
@@ -20,7 +20,11 @@ repositories {
20
20
}
21
21
22
22
dependencies {
23
- implementation(compose.desktop.currentOs)
23
+ implementation(compose.desktop.linux_x64)
24
+ implementation(compose.desktop.linux_arm64)
25
+ implementation(compose.desktop.windows_x64)
26
+ implementation(compose.desktop.macos_arm64)
27
+ implementation(compose.desktop.macos_x64)
24
28
implementation(project(" :converter" , " default" ))
25
29
testImplementation(" junit" , " junit" , " 4.12" )
26
30
}
43
47
version.set(properties(" pluginVersion" ))
44
48
sinceBuild.set(properties(" pluginSinceBuild" ))
45
49
untilBuild.set(properties(" pluginUntilBuild" ))
46
-
47
-
48
50
}
49
51
}
50
52
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ platformVersion = 2021.2.3
7
7
# for insight into build numbers and IntelliJ Platform versions.
8
8
pluginSinceBuild = 203
9
9
pluginUntilBuild = 213.*
10
- pluginVersion = 1.0.2
10
+ pluginVersion = 1.0.3
You can’t perform that action at this time.
0 commit comments