Skip to content

Commit

Permalink
use latest dependency library for test (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuyoshizawa authored Sep 20, 2023
1 parent d66a7a7 commit 366b6bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
val commonDependenciesInTestScope = Seq(
"org.scalatest" %% "scalatest" % "3.2.11" % "test",
"ch.qos.logback" % "logback-classic" % "1.2.10" % "test"
"org.scalatest" %% "scalatest" % "3.2.17" % "test",
"ch.qos.logback" % "logback-classic" % "1.4.11" % "test"
)

lazy val scalaOAuth2ProviderSettings =
Expand Down

0 comments on commit 366b6bc

Please sign in to comment.