diff --git a/build.sbt b/build.sbt index 695b9ea..df3b35e 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ lazy val rxTelegram = project "com.typesafe.akka" %% "akka-http-core" % "10.5.3", "de.heikoseeberger" %% "akka-http-play-json" % "1.39.2", "com.iheart" %% "ficus" % "1.5.2", - "commons-io" % "commons-io" % "2.16.0", + "commons-io" % "commons-io" % "2.16.1", "org.specs2" %% "specs2-core" % "4.20.5" % "test" ), Test/fork := true,