Skip to content

Commit

Permalink
Update scalatest to 3.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 19, 2024
1 parent f4242e3 commit fe9ef1c
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 @@ -93,7 +93,7 @@ lazy val dijon = crossProject(JVMPlatform, JSPlatform, NativePlatform)
libraryDependencies ++= Seq(
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.13.3",
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.12.0",
"org.scalatest" %%% "scalatest" % "3.2.16" % Test
"org.scalatest" %%% "scalatest" % "3.2.18" % Test
)
)
.jvmSettings(
Expand Down

0 comments on commit fe9ef1c

Please sign in to comment.