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
47erbot committed Feb 9, 2024
1 parent c2c85d3 commit 26c92f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -45,7 +45,7 @@ lazy val pluginSettings: Seq[Def.Setting[_]] = Seq(
"com.lihaoyi" %% "scalatags" % "0.12.0",
"com.sksamuel.scrimage" %% "scrimage-scala" % "4.1.0",
"com.github.marklister" %% "base64" % "0.3.0",
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % Test
),
scriptedLaunchOpts ++= Seq(
Expand Down

0 comments on commit 26c92f5

Please sign in to comment.