Skip to content

Commit

Permalink
Merge pull request #453 from mkurz/rm-play-plugin
Browse files Browse the repository at this point in the history
Remove play sbt-plugin
  • Loading branch information
mkurz authored Sep 27, 2023
2 parents 3db306b + 56f36e1 commit cfb9b22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ resolvers ++= Seq(
)

addSbtPlugin("com.typesafe.play" % "interplay" % sys.props.getOrElse("interplay.version", "3.1.7"))
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % sys.props.getOrElse("play.version", "2.9.0-RC2"))
addSbtPlugin("com.typesafe.play" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "2.9.0-RC2"))

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
Expand Down

0 comments on commit cfb9b22

Please sign in to comment.