Skip to content

Commit

Permalink
Merge pull request #270 from scala-steward/update/patches
Browse files Browse the repository at this point in the history
Patch updates
  • Loading branch information
mkurz authored Nov 4, 2024
2 parents f6e81b8 + 5243a81 commit 01a82b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ libraryDependencies ++= Seq(
("org.pegdown" % "pegdown" % "1.6.0").exclude("org.parboiled", "parboiled-java"),
"org.parboiled" % "parboiled-java" % "1.4.1",
"commons-io" % "commons-io" % "2.17.0",
"org.specs2" %% "specs2-core" % "4.20.8" % Test
"org.specs2" %% "specs2-core" % "4.20.9" % Test
)

javacOptions ++= Seq(
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (C) from 2022 The Play Framework Contributors <https://github.com/playframework>, 2011-2021 Lightbend Inc. <https://www.lightbend.com>

sbt.version=1.10.2
sbt.version=1.10.4

0 comments on commit 01a82b7

Please sign in to comment.