Skip to content

Commit 0b8773a

Browse files
authored
Merge pull request #444 from scala-steward/update/utest-0.8.9
Update utest to 0.8.9
2 parents 8a21916 + ffea40a commit 0b8773a

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
@@ -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.8" % Test,
205+
libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.9" % 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.8" % Test
263+
"com.lihaoyi" %% "utest" % "0.8.9" % Test
264264
),
265265
testFrameworks += new TestFramework("utest.runner.Framework"),
266266

0 commit comments

Comments
 (0)