Skip to content

Commit fbd1b8e

Browse files
pvlugterbantonsson
authored andcommitted
Update sbt-native-packager versions
1 parent 87b8319 commit fbd1b8e

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ organization := "com.lightbend.sbt"
1313
crossSbtVersions := Seq("0.13.18", "1.2.8")
1414

1515
// dependencies
16-
val packagerVersion = "1.2.2-RC2" // with sbt 1.0 cross build
16+
val packagerVersion = "1.3.19"
1717
val packager10xVersion = "1.0.6"
1818
val packager11xVersion = "1.1.6"
19-
val packager12xVersion = "1.2.1"
19+
val packager12xVersion = "1.2.2"
2020
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % packagerVersion % "provided")
2121

2222
// compile settings

0 commit comments

Comments
 (0)