Skip to content

Commit bd0f4b5

Browse files
authored
Merge pull request #342 from scala-steward/update/2.3.x/patches
[2.3.x] Patch updates
2 parents 25e3835 + 7ecd8f8 commit bd0f4b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import sbt._
55

66
object Dependencies {
77
val Scala212 = "2.12.20"
8-
val Scala213 = "2.13.14"
9-
val Scala3 = "3.3.3"
8+
val Scala213 = "2.13.15"
9+
val Scala3 = "3.3.4"
1010

1111
val ScalaVersions = Seq(Scala212, Scala213, Scala3)
1212

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#
22
# Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>
33
#
4-
sbt.version=1.10.1
4+
sbt.version=1.10.2

0 commit comments

Comments
 (0)