File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ lazy val interface = project
202202 " org.slf4j" % " slf4j-api" % " 1.7.36" // no need to shade that one…
203203 ),
204204
205- libraryDependencies += " com.lihaoyi" %% " utest" % " 0.8.9 " % Test ,
205+ libraryDependencies += " com.lihaoyi" %% " utest" % " 0.9.1 " % Test ,
206206 testFrameworks += new TestFramework (" utest.runner.Framework" ),
207207
208208 mimaBinaryIssueFilters ++= Seq (
@@ -260,7 +260,7 @@ lazy val interpolators = project
260260 Settings .mima(no213 = true ),
261261 libraryDependencies ++= Seq (
262262 " org.scala-lang" % " scala-reflect" % scalaVersion.value % Provided ,
263- " com.lihaoyi" %% " utest" % " 0.8.9 " % Test
263+ " com.lihaoyi" %% " utest" % " 0.9.1 " % Test
264264 ),
265265 testFrameworks += new TestFramework (" utest.runner.Framework" ),
266266
You can’t perform that action at this time.
0 commit comments