Skip to content

Commit

Permalink
Update scalatest to 3.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Sep 8, 2023
1 parent 6892554 commit a857954
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 @@ -45,7 +45,7 @@ lazy val pluginSettings: Seq[Def.Setting[_]] = Seq(
"com.lihaoyi" %% "scalatags" % "0.12.0",
"com.sksamuel.scrimage" %% "scrimage-scala" % "4.0.39",
"com.github.marklister" %% "base64" % "0.3.0",
"org.scalatest" %% "scalatest" % "3.2.16" % Test,
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % Test
),
scriptedLaunchOpts ++= Seq(
Expand Down

0 comments on commit a857954

Please sign in to comment.