Skip to content

Instantly share code, notes, and snippets.

@NeQuissimus
Created May 31, 2018 00:49
Show Gist options
  • Save NeQuissimus/ef739dba15a9f821ac7f9fea7dfa2a9c to your computer and use it in GitHub Desktop.
Save NeQuissimus/ef739dba15a9f821ac7f9fea7dfa2a9c to your computer and use it in GitHub Desktop.
Global splain
//cat ~/.sbt/1.0/plugins/splain.scala 1 ↵
import sbt._
import Keys._
object Splain extends AutoPlugin {
override def trigger = allRequirements
override def projectSettings = Seq(
addCompilerPlugin("io.tryp" % "splain" % "0.3.1" cross CrossVersion.patch)
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment