Skip to content

Commit f4c63a9

Browse files
Update sbt-native-packager to 1.11.4 (#439)
1 parent f79cfb5 commit f4c63a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ libraryDependencies ++= Seq(
3838
"org.scalacheck" %% "scalacheck" % "1.19.0" % Test,
3939
"com.github.alexarchambault" %% "scalacheck-shapeless_1.15" % "1.3.0" % Test
4040
)
41-
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.3")
41+
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.4")
4242

4343
lazy val pluginSettings = Seq(
4444
sbtPlugin := true

0 commit comments

Comments
 (0)