From f1dad4d6a6dbd0d65512dd4b6566b8639c3ef565 Mon Sep 17 00:00:00 2001 From: Shadaj Laddad Date: Sat, 26 Feb 2022 18:22:27 -0800 Subject: [PATCH] Bump IntelliJ SBT plugin --- .github/workflows/sbt.yml | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sbt.yml b/.github/workflows/sbt.yml index f484b52c..db67a3da 100644 --- a/.github/workflows/sbt.yml +++ b/.github/workflows/sbt.yml @@ -97,7 +97,7 @@ jobs: java-version: 1.8 - run: git fetch --unshallow - name: Publish to Marketplace - run: sbt coreIntellijSupport/updateIntellij coreIntellijSupport/packageArtifact coreIntellijSupport/packageArtifact coreIntellijSupport/publishAutoChannel + run: sbt coreIntellijSupport/updateIntellij coreIntellijSupport/packageArtifact coreIntellijSupport/publishAutoChannel if: github.ref == 'refs/heads/main' || github.event_name == 'release' env: IJ_PLUGIN_REPO_TOKEN: ${{ secrets.ij_plugin_repo_token }} diff --git a/project/plugins.sbt b/project/plugins.sbt index 403cc16e..b20960a6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -26,6 +26,6 @@ libraryDependencies ++= { addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.1.1") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.12") addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") -addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "3.8.5") +addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "3.13.8") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.5") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.34")