Skip to content

Commit

Permalink
Fix for sbt/sbt#6400
Browse files Browse the repository at this point in the history
  • Loading branch information
tototoshi committed Apr 5, 2021
1 parent e9dda77 commit d6a87e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions project/plugins.sbt
Expand Up @@ -5,3 +5,6 @@ addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.7")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.7")

addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")

// https://github.com/sbt/sbt/issues/6400
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.5.1")

0 comments on commit d6a87e0

Please sign in to comment.