Skip to content

Commit

Permalink
Update dependency org.scalactic:scalactic to v3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 31, 2023
1 parent a47dd8f commit c38a0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -20,7 +20,7 @@ lazy val finnpic = crossProject
version := "0.4.3",
crossScalaVersions := supportedScalaVersions,
libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.14.3" % Test,
libraryDependencies += "org.scalactic" %%% "scalactic" % "3.1.0" % Test,
libraryDependencies += "org.scalactic" %%% "scalactic" % "3.1.4" % Test,
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.0" % Test,
// Publishing information
homepage := Some(url("https://finnpic.org")),
Expand Down

0 comments on commit c38a0ec

Please sign in to comment.