Skip to content

Commit

Permalink
Remove sbt-native-packager
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospereira committed Mar 6, 2020
1 parent 627939b commit 3cc9e1d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion shopping-cart/shopping-cart-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 96,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>0.26.1</version>
<version>0.33.0</version>
<configuration>
<skip>true</skip>
<images>
Expand Down
2 changes: 0 additions & 2 deletions shopping-cart/shopping-cart-java/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 2,3 @@
addSbtPlugin("com.lightbend.lagom" % "lagom-sbt-plugin" % "1.6.1")
// Set the version dynamically to the git hash
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "3.3.0")
// Not needed once upgraded to Play 2.7.1
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.19")
2 changes: 0 additions & 2 deletions shopping-cart/shopping-cart-scala/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 2,5 @@
addSbtPlugin("com.lightbend.lagom" % "lagom-sbt-plugin" % "1.6.1")
// Set the version dynamically to the git hash
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "3.3.0")
// Not needed once upgraded to Play 2.7.1
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.19")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.2.0")

0 comments on commit 3cc9e1d

Please sign in to comment.