From 68adb9314aeea3460ab9f525e6b88a86e0c34c22 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jan 2022 00:40:46 +0100 Subject: [PATCH] Update utest to 0.7.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c1e7ea5..6ab138f 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import sbt.Keys.{crossScalaVersions, fork, homepage, publishMavenStyle, scalacOptions} -lazy val utestVersion = "0.7.7" +lazy val utestVersion = "0.7.11" lazy val commonSettings = Seq( organization := "org.phenoscape",