Skip to content

Commit

Permalink
Update utest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Luka Jacobowitz committed Feb 22, 2017
1 parent a61cc70 commit 65311e2
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 @@ -16,7 +16,7 @@ crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.1")

libraryDependencies ++= Seq(
"org.scala-js" %%% "scalajs-dom" % "0.9.1",
"com.lihaoyi" %%% "utest" % "0.4.4" % "test"
"com.lihaoyi" %%% "utest" % "0.4.5" % "test"
)

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

0 comments on commit 65311e2

Please sign in to comment.