From 19bfb1c73c7db5888ed85bb28a5c716c8f10dacf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Israel=20P=C3=A9rez?= Date: Tue, 14 Feb 2023 13:04:15 +0100 Subject: [PATCH] Integration Xebia Functional (#855) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * upgrade 47degrees to xebia-functional * Update sbt-microsite --------- Co-authored-by: Juan Valencia Co-authored-by: Fede Fernández <720923+fedefernandez@users.noreply.github.com> --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 476af0d7..b16242f5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ ThisBuild / libraryDependencySchemes ++= Seq( "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always ) addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11") -addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.1") +addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.2") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.7") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7")