Skip to content

Commit 35e4f67

Browse files
authored
Merge pull request #1126 from typelevel/update/commons-lang3-3.19.0
2 parents da1c87d + 7ca2b51 commit 35e4f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
9696
.jvmSettings(
9797
Test / fork := true,
9898
libraryDependencies ++= Seq(
99-
"org.apache.commons" % "commons-lang3" % "3.18.0" % Test,
99+
"org.apache.commons" % "commons-lang3" % "3.19.0" % Test,
100100
"org.scala-sbt" % "test-interface" % "1.0"
101101
)
102102
)

0 commit comments

Comments
 (0)