Skip to content

Commit 6db809f

Browse files
authored
Merge pull request #157 from bitlap/update/sbt-idea-plugin-4.1.6
Update sbt-idea-plugin to 4.1.6
2 parents 070e1cf + 3abb7f1 commit 6db809f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ ThisBuild / resolvers ++= Seq(
33
"Sonatype OSS Releases" at "https://s01.oss.sonatype.org/content/repositories/releases"
44
)
55
addSbtPlugin("org.jetbrains" % "sbt-ide-settings" % "1.1.0")
6-
addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "4.1.5")
6+
addSbtPlugin("org.jetbrains" % "sbt-idea-plugin" % "4.1.6")
77
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
88
addSbtPlugin("org.bitlap" % "sbt-kotlin-plugin" % "4.0.1")

0 commit comments

Comments
 (0)