Skip to content

Commit

Permalink
Update commons-codec to 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 1, 2020
1 parent 5e52372 commit 643512a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -18,7 +18,7 @@ crossScalaVersions := Seq("2.13.1", "2.12.11")

libraryDependencies ++= Seq(
"com.typesafe" % "config" % "1.4.0",
"commons-codec" % "commons-codec" % "1.14" ,
"commons-codec" % "commons-codec" % "1.15" ,
"org.scalatest" %% "scalatest" % "3.2.1" % Test
)

Expand Down

0 comments on commit 643512a

Please sign in to comment.