diff --git a/build.sbt b/build.sbt index c8c2071..8ffa9e1 100644 --- a/build.sbt +++ b/build.sbt @@ -199,7 +199,7 @@ lazy val interface = project "org.slf4j" % "slf4j-api" % "1.7.36" // no need to shade that oneā€¦ ), - libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.4" % Test, + libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.5" % Test, testFrameworks += new TestFramework("utest.runner.Framework"), mimaBinaryIssueFilters ++= Seq( @@ -257,7 +257,7 @@ lazy val interpolators = project Settings.mima(no213 = true), libraryDependencies ++= Seq( "org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided, - "com.lihaoyi" %% "utest" % "0.8.4" % Test + "com.lihaoyi" %% "utest" % "0.8.5" % Test ), testFrameworks += new TestFramework("utest.runner.Framework"),