We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d66a7a7 commit 366b6bcCopy full SHA for 366b6bc
build.sbt
@@ -1,6 +1,6 @@
1
val commonDependenciesInTestScope = Seq(
2
- "org.scalatest" %% "scalatest" % "3.2.11" % "test",
3
- "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"
4
)
5
6
lazy val scalaOAuth2ProviderSettings =
0 commit comments