Skip to content

Commit

Permalink
Update commons-lang3 to 3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 23, 2023
1 parent 3816aa8 commit fada39d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions project/Helpers.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object V {
val config = "1.4.2"
val fastparse = "3.0.2"
val jgit = "6.5.0"
val lang3 = "3.13.0"
val lang3 = "3.14.0"
val pureconfig = "0.17.4"
val scalacheck = "1.17.0"
val scalatest = "3.2.17"
Expand Down Expand Up @@ -93,7 +93,8 @@ object C {
// "-explain",
// "-explain-types",
"-Werror",
"-pagewidth", "120"
"-pagewidth",
"120"
)

def scala_3_doc_options(version: String): Seq[String] = {
Expand Down

0 comments on commit fada39d

Please sign in to comment.