scala/test-integration/testing-support/testData/testCreationProjects/uTest09/build.sbt (7 lines of code) (raw):
ThisBuild / scalaVersion := "2.13.17"
lazy val root = (project in file("."))
.settings(
name := "root",
libraryDependencies += "com.lihaoyi" %% "utest" % "0.9.1" % "test",
testFrameworks += new TestFramework("utest.runner.Framework")
)