Skip to content

Commit 0c1430d

Browse files
committed
Diagnostic for failed Wix compilation
1 parent cd61713 commit 0c1430d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ scalacOptions ++= Seq("-deprecation", "-feature", "-Xlint:_,-unused")
33
// jdeb and spotify docker are 'provided' in sbt-native-packager
44
libraryDependencies += "org.vafer" % "jdeb" % "1.9" artifacts (Artifact("jdeb", "jar", "jar"))
55
libraryDependencies += "com.spotify" % "docker-client" % "8.16.0"
6-
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1")
6+
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1+4-22394aad")
77

88
libraryDependencies += "com.amazonaws" % "aws-java-sdk-s3" % "1.12.5"
99

0 commit comments

Comments
 (0)