Skip to content

Commit

Permalink
Update utest to 0.7.4 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 7, 2020
1 parent 0ca2bad commit 817ea4f
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 @@ -28,5 +28,5 @@ releaseCrossBuild := true
releasePublishArtifactsAction := PgpKeys.publishSigned.value

// Testing
libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.3" % "test"
libraryDependencies += "com.lihaoyi" %% "utest" % "0.7.4" % "test"
testFrameworks += new TestFramework("utest.runner.Framework")

0 comments on commit 817ea4f

Please sign in to comment.