Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ scala:
- 2.11.12
- 2.12.13
- 2.13.5
- 3.0.0-RC3
- 3.0.0
env:
- ADOPTOPENJDK=8
- ADOPTOPENJDK=11
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import sbt._

object Version {
val logback = "1.2.3"
val mockito = "3.2.8.0"
val scalaTest = "3.2.8"
val mockito = "3.2.9.0"
val scalaTest = "3.2.9"
val slf4j = "1.7.30"
}

Expand Down