aboutsummaryrefslogtreecommitdiff
path: root/mavlink-plugin/src/sbt-test/sbt-mavlink/codec/build.sbt
blob: d4035f2a8ac565054da09aeea29e30667a335521 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
import com.github.jodersky.mavlink.sbt.MavlinkKeys._

mavlinkDialect := baseDirectory.value / "mavlink.xml"

scalaVersion := "2.10.4"

name := "test"

organization := "test"

version := "1.0"