Skip to content

Commit

Permalink
Patch updates (#450)
Browse files Browse the repository at this point in the history
* sbt 1.10.4 (was 1.10.2)

* junit-jupiter 1.20.3 (was 1.20.1)
  • Loading branch information
scala-steward authored Nov 4, 2024
1 parent 5ba2df1 commit df94be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ object Dependencies {
"org.apache.cxf" % "cxf-rt-transports-http-hc5" % Versions.CXF % Test,
"com.typesafe.play" %% "play" % Versions.Play % Test, // TODO: remove
"net.aichler" % "jupiter-interface" % jupiterVersion.value % Test,
"org.testcontainers" % "junit-jupiter" % "1.20.1" % Test,
"org.testcontainers" % "junit-jupiter" % "1.20.3" % Test,
"org.assertj" % "assertj-core" % "3.26.3" % Test
)

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.2
sbt.version=1.10.4

0 comments on commit df94be6

Please sign in to comment.