Skip to content

Commit

Permalink
Merge pull request #523 from typelevel/update/series/1.x/utest-0.8.2
Browse files Browse the repository at this point in the history
Update utest to 0.8.2 in series/1.x
  • Loading branch information
sh0hei authored Nov 7, 2023
2 parents 891494a + 1663e52 commit dcbf1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ lazy val utest = crossProject(JSPlatform, JVMPlatform, NativePlatform)

libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-effect-testkit" % CatsEffectVersion,
"com.lihaoyi" %%% "utest" % "0.8.1"),
"com.lihaoyi" %%% "utest" % "0.8.2"),

Test / scalacOptions -= "-Xfatal-warnings")
.nativeSettings(tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "1.5.0").toMap)
Expand Down

0 comments on commit dcbf1a7

Please sign in to comment.