diff --git a/build.sbt b/build.sbt index 1496a09..5a02f37 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,7 @@ ThisBuild / scalacOptions ++= { ThisBuild / libraryDependencies ++= Seq( "com.chuusai" %% "shapeless" % "2.3.10", "com.davegurnell" %% "unindent" % "1.8.0", - "org.apache.commons" % "commons-text" % "1.9", + "org.apache.commons" % "commons-text" % "1.13.0", "org.scalatest" %% "scalatest" % "3.2.13" % Test, "eu.timepit" %% "refined" % "0.10.1" % Provided, "eu.timepit" %% "refined-shapeless" % "0.10.1" % Provided