Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update scalatest to 3.2.1
  • Loading branch information
scala-steward committed Aug 7, 2020
commit 1f8182acc88fd4487e39cf07fe29e8a5ccb57f75
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ lazy val `embedded-keycloak` = (project in file("embedded-keycloak"))
"com.typesafe.akka" %% "akka-http" % "10.1.12",
"com.typesafe.akka" %% "akka-stream" % "2.6.8",
//TEST
"org.scalatest" %% "scalatest" % "3.1.2" % Test
"org.scalatest" %% "scalatest" % "3.2.1" % Test
),
parallelExecution in Test in ThisBuild := false
)