aboutsummaryrefslogblamecommitdiff
path: root/build.sbt
blob: 780abf668958e33621bc9e53f09536c87659a12b (plain) (tree)
1
2
3
4
5
                      
 
                                                         

                                                             
scalaVersion:="2.12.4"

libraryDependencies += "com.lihaoyi" %% "utest" % "0.6.3"

testFrameworks += new TestFramework("utest.runner.Framework")