Skip to content

Commit

Permalink
Update scalatest to 3.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Aug 24, 2022
1 parent 7b52f6c commit 98a20dc
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 @@ -44,7 +44,7 @@ lazy val pluginSettings: Seq[Def.Setting[_]] = Seq(
"net.jcazevedo" %% "moultingyaml" % "0.4.2",
"com.lihaoyi" %% "scalatags" % "0.11.1",
"com.sksamuel.scrimage" %% "scrimage-scala" % "4.0.31",
"org.scalatest" %% "scalatest" % "3.2.12" % Test,
"org.scalatest" %% "scalatest" % "3.2.13" % Test,
"org.scalatestplus" %% "scalacheck-1-15" % "3.2.11.0" % Test
),
scriptedLaunchOpts ++= Seq(
Expand Down

0 comments on commit 98a20dc

Please sign in to comment.