Skip to content

Commit

Permalink
Update commons-lang3 to 3.16.0 (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 12, 2024
1 parent fc68b54 commit c2331d2
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 @@ -28,7 +28,7 @@ lazy val studio = (sbt.project in file("studio")).settings(
libraryDependencies ++= Seq(
"melasse" % "melasse-core" % "1.0",
"de.sciss" % "syntaxpane" % "1.3.0",
"org.apache.commons" % "commons-lang3" % "3.15.0"
"org.apache.commons" % "commons-lang3" % "3.16.0"
),
assembly / mainClass := Some("acolyte.Studio"),
assembly / assemblyJarName := s"acolyte-studio-${version.value}.jar"
Expand Down

0 comments on commit c2331d2

Please sign in to comment.