aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
blob: 423d09a620829f5b3fa29e599576d53ab1e27b58 (plain) (blame)
1
2
3
4
5
6
scalaVersion := "2.12.5"

libraryDependencies ++= Seq(
  "com.lihaoyi" %% "utest" % "0.6.3" % "test"
)
testFrameworks += new TestFramework("utest.runner.Framework")