From 8fbb493b28bf1d97186e55a8301352f59e0b2092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Hern=C3=A1ndez?= Date: Sun, 18 Aug 2024 17:24:51 +0200 Subject: [PATCH] Reset `versionPolicyIntention` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alejandro Hernández --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 91f4a50..753edb9 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ ThisBuild / scalaVersion := _root_.scalafix.sbt.BuildInfo.scala212 ThisBuild / organization := "com.alejandrohdezma" ThisBuild / pluginCrossBuild / sbtVersion := "1.2.8" -ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible +ThisBuild / versionPolicyIntention := Compatibility.BinaryCompatible addCommandAlias("ci-test", "fix --check; versionPolicyCheck; mdoc; publishLocal") addCommandAlias("ci-docs", "github; mdoc; headerCreateAll")