Skip to content

Commit ae0dffb

Browse files
authored
dependency updates (#63)
bump support for intellij to 241 kotlin to 1.9.22 compose to 1.5.12 Co-authored-by: Joe Roskopf <joseph.thomas.roskopf@gmail.com>
1 parent 8c88f7e commit ae0dffb

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ pluginGroup = com.joetr.modulemaker
44
pluginName = ModuleMaker
55
pluginRepositoryUrl = 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
1010
pluginSinceBuild = 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
1414
platformType = 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
3838
kotlin.incremental.useClasspathSnapshot = false
3939

40-
compose.version=1.5.11
40+
compose.version=1.5.12

gradle/libs.versions.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[versions]
2-
# libraries
32
freemarker = "2.3.30"
43
serialization = "1.5.1"
54
jdk = "17"
6-
kotlin = "1.9.21"
5+
kotlin = "1.9.22"
76
changelog = "2.0.0"
87
gradleIntelliJPlugin = "1.15.0"
98
spotless = "6.8.0"

0 commit comments

Comments
 (0)