Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ rewrite.sortModifiers.order = [ "private", "protected", "final", "sealed", "abst
spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in import x.{ yyy }
trailingCommas = preserve
newlines.afterCurlyLambda = preserve
version = 3.9.1
version = 3.9.3
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object Dependencies {
val scala213 = "2.13.16"
val scala3 = "3.3.5"

val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.16")
val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.17")

val assertj = Seq("org.assertj" % "assertj-core" % "3.27.3")

Expand All @@ -28,7 +28,7 @@ object Dependencies {

val playJson = Seq("org.playframework" %% "play-json" % "3.0.4")

val slf4jApi = Seq("org.slf4j" % "slf4j-api" % "2.0.16")
val slf4jApi = Seq("org.slf4j" % "slf4j-api" % "2.0.17")

val javaxInject = Seq("javax.inject" % "javax.inject" % "1")

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
# Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>
#
sbt.version=1.10.7
sbt.version=1.10.10
Loading