Skip to content

Commit

Permalink
Bump IntelliJ SBT plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
shadaj committed Feb 27, 2022
1 parent 60dbf29 commit f1dad4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sbt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit f1dad4d

Please sign in to comment.