Skip to content

Commit 66f64c7

Browse files
authoredJul 16, 2024
Pin to 2024.1.4 -- this won't break versioining, it's mainly for development (#3607)
1 parent 6433ace commit 66f64c7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
ideaVersion: [ "2024.1" ]
11+
ideaVersion: [ "2024.1.4" ]
1212

1313
steps:
1414
- uses: actions/checkout@v2

‎build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ allprojects {
5454
// needed for documentation rendering
5555
"markdown",
5656
// always have IdeaVIM installed in sandbox
57-
"IdeaVIM:1.10.1"]
57+
"IdeaVIM:2.14.0"]
5858
pluginName.set('intellij-elixir')
5959
version.set(ideaVersion)
6060
downloadSources.set(Boolean.valueOf(sources))
@@ -82,7 +82,7 @@ allprojects {
8282
}
8383

8484
runPluginVerifier {
85-
ideVersions = ["2024.1"]
85+
ideVersions = ["2024.1.4"]
8686
}
8787
}
8888

@@ -134,7 +134,7 @@ dependencies {
134134
implementation project('jps-builder')
135135
implementation project('jps-shared')
136136
implementation files('lib/OtpErlang.jar')
137-
implementation group: 'commons-io', name: 'commons-io', version: '2.5'
137+
implementation group: 'commons-io', name: 'commons-io', version: '2.16.1'
138138

139139
testImplementation group: 'org.mockito', name: 'mockito-core', version: '2.2.9'
140140
testImplementation group: 'org.objenesis', name: 'objenesis', version: '2.4'

‎gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://www.jetbrains.com/intellij-repository/releases
33
# https://www.jetbrains.com/intellij-repository/snapshots
44
baseVersion=18.0.0
5-
ideaVersion=2024.1
5+
ideaVersion=2024.1.4
66
# MUST stay at 1.8 for JPS (Build/Compile Project) compatibility even if JRE/JBR is newer
77
javaVersion=17
88
javaTargetVersion=17

0 commit comments

Comments
 (0)