We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79cfb5 commit f4c63a9Copy full SHA for f4c63a9
build.sbt
@@ -38,7 +38,7 @@ libraryDependencies ++= Seq(
38
"org.scalacheck" %% "scalacheck" % "1.19.0" % Test,
39
"com.github.alexarchambault" %% "scalacheck-shapeless_1.15" % "1.3.0" % Test
40
)
41
-addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.3")
+addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.4")
42
43
lazy val pluginSettings = Seq(
44
sbtPlugin := true
0 commit comments