Skip to content

Commit

Permalink
Update utest to 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Feb 7, 2020
1 parent 72ad39e commit 55de103
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 @@ -147,7 +147,7 @@ lazy val library: Project = (project in file("library"))
name := "pamflet-library",
description := "Core Pamflet library",
libraryDependencies ++= libraryDeps.value,
libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.3" % Test,
libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.4" % Test,
testFrameworks += new TestFramework("utest.runner.Framework"),
)

Expand Down

0 comments on commit 55de103

Please sign in to comment.