aboutsummaryrefslogtreecommitdiff
path: root/plugins/google-java-format/build/build.scala
blob: 50bc4231e6bea606eac566541b0dbc83cd243d96 (plain) (blame)
1
2
3
4
5
6
7
8
9
import cbt._

class Build(val context: Context) extends Plugin {
  override def dependencies =
    super.dependencies ++
    Resolver( mavenCentral ).bind(
      MavenDependency( "com.google.googlejavaformat", "google-java-format", "1.3" )
    )
}