Skip to content

Commit

Permalink
Merge pull request #342 from scala-steward/update/2.3.x/patches
Browse files Browse the repository at this point in the history
[2.3.x] Patch updates
  • Loading branch information
mkurz authored Nov 5, 2024
2 parents 25e3835 + 7ecd8f8 commit bd0f4b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import sbt._

object Dependencies {
val Scala212 = "2.12.20"
val Scala213 = "2.13.14"
val Scala3 = "3.3.3"
val Scala213 = "2.13.15"
val Scala3 = "3.3.4"

val ScalaVersions = Seq(Scala212, Scala213, Scala3)

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 bd0f4b5

Please sign in to comment.