Skip to content

Commit bf07b2d

Browse files
committed
Lagom 1.6.7
1 parent 0c3b86c commit bf07b2d

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// The Lagom plugin
2-
addSbtPlugin("com.lightbend.lagom" % "lagom-sbt-plugin" % "1.6.5")
2+
addSbtPlugin("com.lightbend.lagom" % "lagom-sbt-plugin" % "1.6.7")

grpc-example/grpc-example-java/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
enablePlugins(BuildInfoPlugin)
22
val akkaGrpcVersion = "1.0.3"
33
val playGrpcVersion = "0.9.1"
4-
val lagomVersion = "1.6.5"
4+
val lagomVersion = "1.6.7"
55

66
buildInfoKeys := Seq[BuildInfoKey]("playGrpcVersion" -> playGrpcVersion)
77
buildInfoPackage := "lagom.java.grpc.sample"

grpc-example/grpc-example-scala/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
enablePlugins(BuildInfoPlugin)
22
val akkaGrpcVersion = "1.0.3"
33
val playGrpcVersion = "0.9.1"
4-
val lagomVersion = "1.6.5"
4+
val lagomVersion = "1.6.7"
55

66
buildInfoKeys := Seq[BuildInfoKey]("playGrpcVersion" -> playGrpcVersion)
77
buildInfoPackage := "lagom.scala.grpc.sample"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// The Lagom plugin
2-
addSbtPlugin("com.lightbend.lagom" % "lagom-sbt-plugin" % "1.6.5")
2+
addSbtPlugin("com.lightbend.lagom" % "lagom-sbt-plugin" % "1.6.7")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// The Lagom plugin
2-
addSbtPlugin("com.lightbend.lagom" % "lagom-sbt-plugin" % "1.6.5")
2+
addSbtPlugin("com.lightbend.lagom" % "lagom-sbt-plugin" % "1.6.7")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// The Lagom plugin
2-
addSbtPlugin("com.lightbend.lagom" % "lagom-sbt-plugin" % "1.6.5")
2+
addSbtPlugin("com.lightbend.lagom" % "lagom-sbt-plugin" % "1.6.7")
33
// Set the version dynamically to the git hash
44
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")

shopping-cart/shopping-cart-scala/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The Lagom plugin
2-
addSbtPlugin("com.lightbend.lagom" % "lagom-sbt-plugin" % "1.6.5")
2+
addSbtPlugin("com.lightbend.lagom" % "lagom-sbt-plugin" % "1.6.7")
33
// Set the version dynamically to the git hash
44
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
55

0 commit comments

Comments
 (0)