diff --git a/build.sbt b/build.sbt index a86d242..a84565b 100644 --- a/build.sbt +++ b/build.sbt @@ -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)