Skip to content

Commit

Permalink
Update utest to 0.7.9 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 8, 2021
1 parent ae9219a commit 756e15a
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 @@ -12,7 +12,7 @@ lazy val commonSettings = Seq(
"com.amazonaws" % "aws-java-sdk-s3" % "1.11.986",
),
// Testing
libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.8" % "test",
libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.9" % "test",
testFrameworks += new TestFramework("utest.runner.Framework"),
)

Expand Down

0 comments on commit 756e15a

Please sign in to comment.