Skip to content

Commit

Permalink
Merge pull request #937 from scala-steward/update/2.2.x/patches
Browse files Browse the repository at this point in the history
[2.2.x] Patch updates
  • Loading branch information
mkurz authored Oct 8, 2024
2 parents 57abd73 + 4497d90 commit 8f9f88b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import sbt._
object Dependencies {

// Should be sync with GA (.github/workflows/build-test.yml)
val scala213 = "2.13.14"
val scala3 = "3.3.3"
val scala213 = "2.13.15"
val scala3 = "3.3.4"

val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.7")
val logback = Seq("ch.qos.logback" % "logback-core" % "1.5.8")

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

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.1
sbt.version=1.10.2

0 comments on commit 8f9f88b

Please sign in to comment.