Skip to content

Commit

Permalink
build: update junit from 4.13.1 to 4.13.2 (#3762)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 19, 2021
1 parent e3a4935 commit ddb174c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object Dependencies {

val jacksonDatabindVersion = "2.10.5.1"
val jacksonXmlVersion = "2.10.5"
val junitVersion = "4.13.1"
val junitVersion = "4.13.2"
val h2specVersion = "1.5.0"
val h2specName = s"h2spec_${DependencyHelpers.osName}_amd64"
val h2specExe = "h2spec" + DependencyHelpers.exeIfWindows
Expand Down

0 comments on commit ddb174c

Please sign in to comment.