scalapb / sbt-scalapb

Deprecated. Please use https://github.com/thesamet/sbt-protoc
Apache License 2.0
21 stars 5 forks source link

Update website to include Build.scala example #3

Open ghost opened 9 years ago

ghost commented 9 years ago

It would be great to add a build.scala example in addition to build.sbt.

lazy val settings = Defaults.coreDefaultSettings ++ PB.protobufSettings ++ Seq( PB.runProtoc in PB.protobufConfig := (args => com.github.os72.protocjar.Protoc.runProtoc(args.toArray)) )