Skip to content

Commit

Permalink
Minor/major updates (#876)
Browse files Browse the repository at this point in the history
* Update sentry-logback to 6.22.0

* Update sbt to 1.9.0

---------

Co-authored-by: scala-center-steward[bot] <111975575+scala-center-steward[bot]@users.noreply.github.com>
Co-authored-by: Jędrzej Rochala <48657087+rochala@users.noreply.github.com>
  • Loading branch information
scala-center-steward[bot] and rochala authored Jul 27, 2023
1 parent 2268247 commit a882623
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ lazy val loggingAndTest = Seq(
libraryDependencies ++= Seq(
"ch.qos.logback" % "logback-classic" % "1.4.7",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
"io.sentry" % "sentry-logback" % "6.19.1"
"io.sentry" % "sentry-logback" % "6.22.0"
)
) ++ testSettings

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.8.3
sbt.version=1.9.0

0 comments on commit a882623

Please sign in to comment.