Skip to content

Commit

Permalink
Update scalatest to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 21, 2020
1 parent d28f21b commit 4a790a5
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 @@ -19,7 +19,7 @@ crossScalaVersions := Seq("2.13.0", "2.12.9")
libraryDependencies ++= Seq(
"com.typesafe" % "config" % "1.4.0",
"commons-codec" % "commons-codec" % "1.13" ,
"org.scalatest" %% "scalatest" % "3.1.0" % Test
"org.scalatest" %% "scalatest" % "3.1.1" % Test
)

licenses := Seq(("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0")))
Expand Down

0 comments on commit 4a790a5

Please sign in to comment.