Skip to content

Commit

Permalink
Pin to 2024.1.4 -- this won't break versioining, it's mainly for deve…
Browse files Browse the repository at this point in the history
…lopment (#3607)
  • Loading branch information
joshuataylor authored Jul 16, 2024
1 parent 6433ace commit 66f64c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
ideaVersion: [ "2024.1" ]
ideaVersion: [ "2024.1.4" ]

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ allprojects {
// needed for documentation rendering
"markdown",
// always have IdeaVIM installed in sandbox
"IdeaVIM:1.10.1"]
"IdeaVIM:2.14.0"]
pluginName.set('intellij-elixir')
version.set(ideaVersion)
downloadSources.set(Boolean.valueOf(sources))
Expand Down Expand Up @@ -82,7 +82,7 @@ allprojects {
}

runPluginVerifier {
ideVersions = ["2024.1"]
ideVersions = ["2024.1.4"]
}
}

Expand Down Expand Up @@ -134,7 +134,7 @@ dependencies {
implementation project('jps-builder')
implementation project('jps-shared')
implementation files('lib/OtpErlang.jar')
implementation group: 'commons-io', name: 'commons-io', version: '2.5'
implementation group: 'commons-io', name: 'commons-io', version: '2.16.1'

testImplementation group: 'org.mockito', name: 'mockito-core', version: '2.2.9'
testImplementation group: 'org.objenesis', name: 'objenesis', version: '2.4'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://www.jetbrains.com/intellij-repository/releases
# https://www.jetbrains.com/intellij-repository/snapshots
baseVersion=18.0.0
ideaVersion=2024.1
ideaVersion=2024.1.4
# MUST stay at 1.8 for JPS (Build/Compile Project) compatibility even if JRE/JBR is newer
javaVersion=17
javaTargetVersion=17
Expand Down

0 comments on commit 66f64c7

Please sign in to comment.