Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
fix utest version
Browse files Browse the repository at this point in the history
  • Loading branch information
chick committed Aug 16, 2020
1 parent ac7c05d commit 69b0c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ resolvers ++= Seq(

libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.0.8",
"com.lihaoyi" %% "utest" % "latest.integration"
"com.lihaoyi" %% "utest" % "0.6.7"
)

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

0 comments on commit 69b0c87

Please sign in to comment.