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 f9611ca commit bbe9db2Copy full SHA for bbe9db2
project/Dependencies.scala
@@ -38,7 +38,7 @@ object Dependencies {
38
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.9.0"
39
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.23"
40
val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.6.0"
41
- val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18"
+ val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19"
42
val sentry = "io.sentry" % "sentry" % "7.10.0"
43
val slf4jApi = "org.slf4j" % "slf4j-api" % "2.0.13"
44
val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.6.1"
0 commit comments