Skip to content

Commit

Permalink
Update intellijVersion to 243.22562.59
Browse files Browse the repository at this point in the history
  • Loading branch information
timaliberdov committed Nov 27, 2024
1 parent 54225ce commit 0be9de3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pluginXml/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<version>VERSION</version>
<change-notes></change-notes>
<vendor url="https://www.jetbrains.com">JetBrains</vendor>
<idea-version since-build="243.21565" until-build="243.*"/>
<idea-version since-build="243.22562" until-build="243.*"/>

<depends>com.intellij.modules.java</depends>
<depends optional="true" config-file="scala-maven-integration.xml">org.jetbrains.idea.maven</depends>
Expand Down
2 changes: 1 addition & 1 deletion project/dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object Versions {
val zincVersion = "1.10.3"

// ATTENTION: check the comment in `Common.newProjectWithKotlin` when updating this version
val intellijVersion = "243.22562.13"
val intellijVersion = "243.22562.59"

def isNightlyIntellijVersion: Boolean = intellijVersion.count(_ == '.') == 1

Expand Down

0 comments on commit 0be9de3

Please sign in to comment.