Skip to content

Commit a3b9e21

Browse files
scala-stewardalexarchambault
authored andcommitted
Update utest to 0.9.1
1 parent ad96633 commit a3b9e21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)