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 @@ -203,7 +203,7 @@ lazy val interface = project
203203 " org.slf4j" % " slf4j-api" % " 1.7.36" // no need to shade that one…
204204 ),
205205
206- libraryDependencies += " com.lihaoyi" %% " utest" % " 0.8.9 " % Test ,
206+ libraryDependencies += " com.lihaoyi" %% " utest" % " 0.9.1 " % Test ,
207207 testFrameworks += new TestFramework (" utest.runner.Framework" ),
208208
209209 mimaBinaryIssueFilters ++= Seq (
@@ -261,7 +261,7 @@ lazy val interpolators = project
261261 Settings .mima(no213 = true ),
262262 libraryDependencies ++= Seq (
263263 " org.scala-lang" % " scala-reflect" % scalaVersion.value % Provided ,
264- " com.lihaoyi" %% " utest" % " 0.8.9 " % Test
264+ " com.lihaoyi" %% " utest" % " 0.9.1 " % Test
265265 ),
266266 testFrameworks += new TestFramework (" utest.runner.Framework" ),
267267
You can’t perform that action at this time.
0 commit comments