We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9234298 + af6e654 commit eb1bb85Copy full SHA for eb1bb85
project/dependencies.scala
@@ -15,7 +15,7 @@ object Versions {
15
val zincVersion = "1.10.3"
16
17
// ATTENTION: check the comment in `Common.newProjectWithKotlin` when updating this version
18
- val intellijVersion = "243.23654.117"
+ val intellijVersion = "243.23654.153"
19
20
def isNightlyIntellijVersion: Boolean = intellijVersion.count(_ == '.') == 1
21
0 commit comments