Skip to content

Commit

Permalink
Update scalatest to 3.2.13 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 1, 2022
1 parent c9d8f07 commit 4d3de30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LatestHTMLEvents/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ enablePlugins(ScalaJSPlugin)

enablePlugins(Example)

libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.12" % Test
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.13" % Test

libraryDependencies += "org.lrng.binding" %%% "html" % "1.0.3"

Expand Down

0 comments on commit 4d3de30

Please sign in to comment.