Created
May 31, 2018 00:49
-
-
Save NeQuissimus/ef739dba15a9f821ac7f9fea7dfa2a9c to your computer and use it in GitHub Desktop.
Global splain
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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