Skip to content

Commit 4b30921

Browse files
authored
Merge branch 'master' into update/scalatest-3.2.20
2 parents fd99015 + 375abdd commit 4b30921

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ object Dependencies {
3939
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.23"
4040
val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.6.0"
4141
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.20"
42-
val sentry = "io.sentry" % "sentry" % "8.36.0"
42+
val sentry = "io.sentry" % "sentry" % "8.37.1"
4343
val slf4jApi = "org.slf4j" % "slf4j-api" % "2.0.17"
4444
val sslConfig = "com.typesafe" %% "ssl-config-core" % "0.7.1"
4545
val testContainersScalaScalaTest = "com.dimafeng" %% "testcontainers-scala-scalatest" % "0.44.1"

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.12.7
1+
sbt.version=1.12.8

0 commit comments

Comments
 (0)