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

Commit

Permalink
Use a fixed version of com.lihaoyi.utest
Browse files Browse the repository at this point in the history
  • Loading branch information
ucbjrl committed Mar 27, 2020
1 parent 6d08217 commit 9652e49
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.6"
)

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

0 comments on commit 9652e49

Please sign in to comment.