Skip to content

Commit 419e12e

Browse files
committed
Update utest to 0.8.8
1 parent 7db20a8 commit 419e12e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ lazy val publishSettings = Seq(
3636
lazy val testSettings = Seq(
3737
Test / scalacOptions ++= Seq("-Yrangepos", "-feature"),
3838
testFrameworks += new TestFramework("utest.runner.Framework"),
39-
libraryDependencies ++= Seq("com.lihaoyi" %%% "utest" % "0.7.11" % Test)
39+
libraryDependencies ++= Seq("com.lihaoyi" %%% "utest" % "0.8.8" % Test)
4040
)
4141

4242
lazy val parentProject = project

0 commit comments

Comments
 (0)