Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scalatest to 3.0.9 #154

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
c329588
Update scalatest to 3.0.9
scala-steward Sep 9, 2020
f4967f4
Merge branch 'master' into update/scalatest-3.0.9
scala-steward Oct 9, 2020
117aad9
Update scalatest to 3.0.9
scala-steward Oct 9, 2020
e5a089a
Merge branch 'master' into update/scalatest-3.0.9
scala-steward Oct 13, 2020
68fc23d
Update scalatest to 3.0.9
scala-steward Oct 13, 2020
090e18b
Merge branch 'master' into update/scalatest-3.0.9
scala-steward Dec 9, 2020
3009395
Update scalatest to 3.0.9
scala-steward Dec 9, 2020
e14802f
Merge branch 'master' into update/scalatest-3.0.9
scala-steward Dec 15, 2020
1ec677d
Update scalatest to 3.0.9
scala-steward Dec 15, 2020
f1552ad
Merge branch 'master' into update/scalatest-3.0.9
scala-steward Jan 20, 2021
50354ab
Update scalatest to 3.0.9
scala-steward Jan 20, 2021
76d387e
Merge branch 'master' into update/scalatest-3.0.9
scala-steward Jan 24, 2021
233f514
Update scalatest to 3.0.9
scala-steward Jan 24, 2021
3e04e95
Merge branch 'master' into update/scalatest-3.0.9
scala-steward Feb 4, 2021
13c280f
Update scalatest to 3.0.9
scala-steward Feb 4, 2021
01c2c39
Merge branch 'master' into update/scalatest-3.0.9
scala-steward Feb 12, 2021
3bcee91
Update scalatest to 3.0.9
scala-steward Feb 12, 2021
a3408ba
Merge branch 'master' into update/scalatest-3.0.9
scala-steward Mar 22, 2021
7ceccce
Update scalatest to 3.0.9
scala-steward Mar 22, 2021
dfe3e90
Merge branch 'master' into update/scalatest-3.0.9
scala-steward Apr 3, 2021
cb0e60e
Update scalatest to 3.0.9
scala-steward Apr 3, 2021
8a3d1c1
Merge branch 'master' into update/scalatest-3.0.9
scala-steward Apr 20, 2021
9e67934
Update scalatest to 3.0.9
scala-steward Apr 20, 2021
cafc70c
Merge branch 'master' into update/scalatest-3.0.9
scala-steward Apr 26, 2021
8a41674
Update scalatest to 3.0.9
scala-steward Apr 26, 2021
686a95d
Merge branch 'master' into update/scalatest-3.0.9
scala-steward May 13, 2021
ff6685e
Update scalatest to 3.0.9
scala-steward May 13, 2021
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
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object Dependencies {
val akka = "2.6.14"
val circe = "0.13.0"
val kamon = "2.1.18"
val scalatest = "3.0.8"
val scalatest = "3.0.9"
val akkaHttp = "10.2.3"
val monix = "3.3.0"
val gatling = "3.1.0"
Expand Down