Skip to content

Commit

Permalink
junit 4.13.1 (was 4.13) (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 30, 2020
1 parent 6dcabe5 commit b40b32c
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 @@ -65,7 +65,7 @@ object Dependencies {
val akkaActorTestkitTyped = "com.typesafe.akka" %% "akka-actor-testkit-typed" % Versions.akka
val akkaStreamTestkit = "com.typesafe.akka" %% "akka-stream-testkit" % Versions.akka

val junit = "junit" % "junit" % "4.13" % Test // Common Public License 1.0
val junit = "junit" % "junit" % "4.13.1" % Test // Common Public License 1.0
val playAhcWs = "com.typesafe.play" %% "play-ahc-ws" % Versions.play % Test // Apache V2
val playSpecs2 = Compile.playSpecs2 % Test
val scalaTest = "org.scalatest" %% "scalatest" % Versions.scalaTest % Test // Apache V2
Expand Down

0 comments on commit b40b32c

Please sign in to comment.