Skip to content

Commit 89a7859

Browse files
authored
Merge pull request #1007 from scala-steward/update/sentry-6.6.0
Update sentry from 6.5.0 to 6.6.0
2 parents 9e17afc + 18882d4 commit 89a7859

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
@@ -37,7 +37,7 @@ object Dependencies {
3737
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.21"
3838
val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.6.0"
3939
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.14"
40-
val sentry = "io.sentry" % "sentry" % "6.5.0"
40+
val sentry = "io.sentry" % "sentry" % "6.6.0"
4141
val slf4jApi = "org.slf4j" % "slf4j-api" % "2.0.3"
4242
val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.6.1"
4343
val testContainersScalaScalaTest = "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.40.11"

0 commit comments

Comments
 (0)