Skip to content

Commit

Permalink
Update utest to 0.8.2 (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 19, 2023
1 parent 68ee505 commit e62331c
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.1" % Test,
libraryDependencies += "com.lihaoyi" %% "utest" % "0.8.2" % 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.1" % Test
"com.lihaoyi" %% "utest" % "0.8.2" % Test
),
testFrameworks += new TestFramework("utest.runner.Framework"),

Expand Down

0 comments on commit e62331c

Please sign in to comment.