Skip to content

Commit a4f081b

Browse files
authored
Merge pull request #38 from gaeljw/chore/upgrade-packager-plugin
Upgrade packager plugin & sbt
2 parents 7e7c76e + 681a8f7 commit a4f081b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
*/
44

55
// sbt cross build
6-
crossSbtVersions := Seq("1.11.1")
6+
crossSbtVersions := Seq("1.11.4")
77

88
// dependencies
9-
val packagerVersion = "1.10.4"
9+
val packagerVersion = "1.11.1"
1010
val packager19xVersion = "1.9.16"
1111

1212
addSbtPlugin(

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.11.1
1+
sbt.version=1.11.4

0 commit comments

Comments
 (0)