Skip to content

Commit 020ecb2

Browse files
authored
Merge pull request #875 from scala-steward/update/sentry-5.7.2
Update sentry from 5.7.1 to 5.7.2
2 parents 056f450 + a0b6865 commit 020ecb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ object Dependencies {
3333
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.21"
3434
val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.6.0"
3535
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.11"
36-
val sentry = "io.sentry" % "sentry" % "5.7.1"
36+
val sentry = "io.sentry" % "sentry" % "5.7.2"
3737
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.36"
3838
val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.6.1"
3939
val testContainersScalaScalaTest = "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.40.5"

0 commit comments

Comments
 (0)