Skip to content

Commit

Permalink
idea
Browse files Browse the repository at this point in the history
  • Loading branch information
mio-19 committed Jan 19, 2025
1 parent f065652 commit 08ecad3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion idea-plugin/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ lazy val chesterPlugin =
version := "0.0.27",
scalaVersion := "3.7.0-RC1-bin-20250117-1778a6e-NIGHTLY",
ThisBuild / intellijPluginName := "Chester Language Support",
ThisBuild / intellijBuild := "243.22562.145",
ThisBuild / intellijBuild := "243.23654.117",
ThisBuild / intellijPlatform := IntelliJPlatform.IdeaCommunity,
Global / intellijAttachSources := true,
Compile / javacOptions ++= Seq("--release", "17"),
Expand Down
6 changes: 3 additions & 3 deletions idea-plugin/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "3.26.2")

// cli tools
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.3")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0+9-d2c99b38-SNAPSHOT")
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0")

0 comments on commit 08ecad3

Please sign in to comment.