File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11# Module Maker Changelog
22
3+ ## [ 1.0.19]
4+ - Dependency updates
5+
36## [ 1.0.18]
47- Attempt to fix crash on startup (again)
58
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ pluginGroup = com.joetr.modulemaker
44pluginName = ModuleMaker
55pluginRepositoryUrl = https://github.com/j-roskopf/ModuleMakerPlugin
66# SemVer format -> https://semver.org
7- pluginVersion = 1.0.18
7+ pluginVersion = 1.0.19
88
99# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010pluginSinceBuild = 222
11- pluginUntilBuild = 232 .*
11+ pluginUntilBuild = 241 .*
1212
1313# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1414platformType = AI
@@ -37,4 +37,4 @@ systemProp.org.gradle.unsafe.kotlin.assignment = true
3737# Temporary workaround for Kotlin Compiler OutOfMemoryError -> https://jb.gg/intellij-platform-kotlin-oom
3838kotlin.incremental.useClasspathSnapshot = false
3939
40- compose.version =1.5.11
40+ compose.version =1.5.12
Original file line number Diff line number Diff line change 11[versions ]
2- # libraries
32freemarker = " 2.3.30"
43serialization = " 1.5.1"
54jdk = " 17"
6- kotlin = " 1.9.21 "
5+ kotlin = " 1.9.22 "
76changelog = " 2.0.0"
87gradleIntelliJPlugin = " 1.15.0"
98spotless = " 6.8.0"
You can’t perform that action at this time.
0 commit comments