Skip to content

Commit

Permalink
Merge pull request #414 from scala-steward/update/utest-0.8.5
Browse files Browse the repository at this point in the history
Update utest to 0.8.5
  • Loading branch information
tgodzik authored Jan 10, 2025
2 parents 6f3ad83 + e74159c commit 59d6b36
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 59d6b36

Please sign in to comment.