Skip to content

Commit 366b6bc

Browse files
authored
use latest dependency library for test (#157)
1 parent d66a7a7 commit 366b6bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
val commonDependenciesInTestScope = Seq(
2-
"org.scalatest" %% "scalatest" % "3.2.11" % "test",
3-
"ch.qos.logback" % "logback-classic" % "1.2.10" % "test"
2+
"org.scalatest" %% "scalatest" % "3.2.17" % "test",
3+
"ch.qos.logback" % "logback-classic" % "1.4.11" % "test"
44
)
55

66
lazy val scalaOAuth2ProviderSettings =

0 commit comments

Comments
 (0)