Skip to content

Commit

Permalink
update scala plugin to 2022.2.3 - compatible version
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaszKontowski committed Oct 18, 2022
1 parent 0cd77c0 commit 3b5e8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/scala/tests/src/test/resources/scala.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ probe {
plugins = [
# needs unpublished intellij version to build...
# { id = "scala", repository { path = "https://github.com/JetBrains/intellij-scala", ref = "idea203.x" } }
{ id = "org.intellij.scala", version = "2021.2.10" }
{ id = "org.intellij.scala", version = "2022.2.17" }
]
}
}

0 comments on commit 3b5e8ba

Please sign in to comment.