Skip to content

Commit

Permalink
Update mocha to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and mkurz committed Jan 27, 2024
1 parent 3421d83 commit 026f0a2
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 @@ -15,7 +15,7 @@ developers += Developer(

addSbtJsEngine("1.3.5")

libraryDependencies += "org.webjars" % "mocha" % "1.17.1"
libraryDependencies += "org.webjars" % "mocha" % "3.2.0"

// Customise sbt-dynver's behaviour to make it work with tags which aren't v-prefixed
ThisBuild / dynverVTagPrefix := false
Expand Down

0 comments on commit 026f0a2

Please sign in to comment.