Skip to content

Commit

Permalink
Merge pull request #370 from scala-steward/update/utest-0.8.4
Browse files Browse the repository at this point in the history
Update utest to 0.8.4
  • Loading branch information
tgodzik authored Aug 12, 2024
2 parents d5d40b9 + 1c9df43 commit e13af0d
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 @@ -193,7 +193,7 @@ lazy val interface = project
"org.slf4j" % "slf4j-api" % "1.7.36" // no need to shade that one…
),

libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.3" % Test,
libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.4" % Test,
testFrameworks += new TestFramework("utest.runner.Framework"),

mimaBinaryIssueFilters ++= Seq(
Expand Down Expand Up @@ -251,7 +251,7 @@ lazy val interpolators = project
Settings.mima(no213 = true),
libraryDependencies ++= Seq(
"org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided,
"com.lihaoyi" %% "utest" % "0.8.3" % Test
"com.lihaoyi" %% "utest" % "0.8.4" % Test
),
testFrameworks += new TestFramework("utest.runner.Framework"),

Expand Down

0 comments on commit e13af0d

Please sign in to comment.