Skip to content

Commit

Permalink
Merge pull request #537 from scalacenter/update/commons-lang3-3.13.0
Browse files Browse the repository at this point in the history
Update commons-lang3 to 3.13.0
  • Loading branch information
adpi2 committed Jul 29, 2023
2 parents f6fe0c3 + 7cd2d43 commit 50df1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ lazy val javaDebug = project
autoScalaLibrary := false,
compile / javacOptions ++= Seq("-source", "1.8", "-target", "1.8"),
libraryDependencies ++= Seq(
"org.apache.commons" % "commons-lang3" % "3.12.0",
"org.apache.commons" % "commons-lang3" % "3.13.0",
"com.google.code.gson" % "gson" % "2.10.1",
"io.reactivex.rxjava2" % "rxjava" % "2.2.21",
"org.reactivestreams" % "reactive-streams" % "1.0.4",
Expand Down

0 comments on commit 50df1e5

Please sign in to comment.