forked from playframework/play-soap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugins.sbt
More file actions
11 lines (10 loc) · 677 Bytes
/
Copy pathplugins.sbt
File metadata and controls
11 lines (10 loc) · 677 Bytes
1
2
3
4
5
6
7
8
9
10
11
/*
* Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>
*/
addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1")
addSbtPlugin("com.github.sbt" % "sbt-java-formatter" % "0.12.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.12.0")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.7")
addSbtPlugin("io.paymenthighway.sbt" % "sbt-cxf" % "1.7")
addSbtPlugin("net.aichler" % "sbt-jupiter-interface" % "0.11.1")