We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db42eb7 commit 6ca3adcCopy full SHA for 6ca3adc
project/plugins.sbt
@@ -21,3 +21,11 @@ addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.2.0")
21
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6")
22
23
libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.13"
24
+
25
+if (sys.env.isDefinedAt("GITHUB_ACTION")) {
26
+ Def.settings(
27
+ addSbtPlugin("net.virtual-void" % "sbt-hackers-digest" % "0.1.2")
28
+ )
29
+} else {
30
+ Nil
31
+}
0 commit comments