Skip to content

Commit 01a82b7

Browse files
authored
Merge pull request #270 from scala-steward/update/patches
Patch updates
2 parents f6e81b8 + 5243a81 commit 01a82b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ libraryDependencies ++= Seq(
6666
("org.pegdown" % "pegdown" % "1.6.0").exclude("org.parboiled", "parboiled-java"),
6767
"org.parboiled" % "parboiled-java" % "1.4.1",
6868
"commons-io" % "commons-io" % "2.17.0",
69-
"org.specs2" %% "specs2-core" % "4.20.8" % Test
69+
"org.specs2" %% "specs2-core" % "4.20.9" % Test
7070
)
7171

7272
javacOptions ++= Seq(

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>
22

3-
sbt.version=1.10.2
3+
sbt.version=1.10.4

0 commit comments

Comments
 (0)