From 07d02c9f28ccf5cd1997f771b8fb883ac3d96723 Mon Sep 17 00:00:00 2001 From: Tsuyoshi Yoshizawa Date: Thu, 21 Sep 2023 01:44:10 +0900 Subject: [PATCH] use latest dependency library for test --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 0a8790c..6809d6a 100644 --- a/build.sbt +++ b/build.sbt @@ -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 =