Skip to content

Commit b38b0a5

Browse files
authored
Merge pull request #505 from scala-steward/update/2.3.x/patches
[2.3.x] Patch updates
2 parents c0cef40 + 3e005fb commit b38b0a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ object Dependencies {
1010

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

13-
def scalaTest = "org.scalatest" %% "scalatest" % "3.2.19" % Test
13+
def scalaTest = "org.scalatest" %% "scalatest" % "3.2.20" % Test
1414

1515
def parserCombinators(scalaVersion: String) =
1616
"org.scala-lang.modules" %% "scala-parser-combinators" % {

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.12.6
4+
sbt.version=1.12.8

0 commit comments

Comments
 (0)