Skip to content

Commit 58010a7

Browse files
authored
Merge pull request #272 from scala-steward/update/2.2.x/patches
[2.2.x] Patch updates
2 parents 4474c96 + bf443b8 commit 58010a7

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
@@ -44,7 +44,7 @@ libraryDependencies ++= Seq(
4444
("org.pegdown" % "pegdown" % "1.6.0").exclude("org.parboiled", "parboiled-java"),
4545
"org.parboiled" % "parboiled-java" % "1.4.1",
4646
"commons-io" % "commons-io" % "2.16.1",
47-
"org.specs2" %% "specs2-core" % "4.20.8" % Test
47+
"org.specs2" %% "specs2-core" % "4.20.9" % Test
4848
)
4949

5050
javacOptions ++= Seq(

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.2
1+
sbt.version=1.10.4

0 commit comments

Comments
 (0)