Skip to content

Commit

Permalink
Update sbt-idea-plugin to 3.24.0 (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones authored Feb 26, 2024
1 parent 5edbfe0 commit 92f5842
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ ThisBuild / intellijPluginName := "scio-idea"
ThisBuild / intellijPlatform := IntelliJPlatform.IdeaCommunity
ThisBuild / intellijBuild := "232.10072.27"

// Avoid racing doPatchPluginXml against packageMappings
packageArtifact := {
packageArtifact dependsOn Def.sequential(packageMappings, doPatchPluginXml)
}.value

lazy val scioIdeaPlugin: Project = project
.in(file("."))
.enablePlugins(SbtIdeaPlugin)
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "3.20.6")
addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "3.24.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.5")

0 comments on commit 92f5842

Please sign in to comment.