Skip to content

Commit fbb85f6

Browse files
committed
Moved common versions to a single version file
1 parent 87c4724 commit fbb85f6

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
@@ -7,7 +7,7 @@ addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.2.1")
77
libraryDependencies += "ai.kien" %% "python-native-libs" % "0.2.4"
88

99
// Make sure to keep the play plugin in sync with the sub modules under play-scala group
10-
addSbtPlugin("org.playframework" % "sbt-plugin" % LibraryVersions.playVersion)
10+
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.4")
1111

1212
addSbtPlugin("org.playframework.twirl" % "sbt-twirl" % "2.0.1")
1313
addSbtPlugin("com.earldouglas" % "xsbt-web-plugin" % "4.2.1")

0 commit comments

Comments
 (0)