Skip to content

Commit

Permalink
Update scalatest-funsuite to 3.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Feb 14, 2024
1 parent 846476b commit 570059e
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 @@ -5,7 +5,7 @@ def Scala213 = "2.13.12"

val commonSettings = Def.settings(
publishTo := sonatypePublishToBundle.value,
libraryDependencies += "org.scalatest" %% "scalatest-funsuite" % "3.2.17" % Test,
libraryDependencies += "org.scalatest" %% "scalatest-funsuite" % "3.2.18" % Test,
Compile / unmanagedResources += (LocalRootProject / baseDirectory).value / "LICENSE.txt",
Compile / packageSrc / mappings ++= (Compile / managedSources).value.map { f =>
(f, f.relativeTo((Compile / sourceManaged).value).get.getPath)
Expand Down

0 comments on commit 570059e

Please sign in to comment.