Skip to content

Commit

Permalink
Update utest to 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 10, 2025
1 parent 6f3ad83 commit e74159c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -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"),

Expand Down

0 comments on commit e74159c

Please sign in to comment.