Skip to content

Commit 7c57efc

Browse files
authored
Merge pull request #340 from scala-steward/update/patches
Patch updates
2 parents ccb62bb + 2e1e66f commit 7c57efc

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)