aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
blob: 75434fe93c3551bb4e35bf0a5da3d4a36aca7031 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
name := "spray-json-derivation"
organization := "xyz.driver"

scalaVersion := "2.12.4"

libraryDependencies ++= Seq(
  "io.spray" %% "spray-json" % "1.3.4",
  "com.propensive" %% "magnolia" % "0.6.2-SNAPSHOT",
  "org.scalatest" %% "scalatest" % "3.0.2"
)