Skip to content

Commit

Permalink
Correct groupId and (latest) version for sbt-ide-settings (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz authored Jan 27, 2025
1 parent 572322a commit df00284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ val sbtSoftwareMillVersion = "2.0.21"
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % sbtSoftwareMillVersion)
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-publish" % sbtSoftwareMillVersion)

addSbtPlugin("org.jetbrains" % "sbt-ide-settings" % "1.1.0")
addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.2")

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2")

Expand Down

0 comments on commit df00284

Please sign in to comment.