From f7580b1253961e3ad554938ac49c1b1b3ffef142 Mon Sep 17 00:00:00 2001 From: Jonas Chapuis Date: Thu, 11 Nov 2021 18:30:06 +0100 Subject: [PATCH] Set compatibility to None --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8bcf5a26..65506c73 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ inThisBuild( scalaVersion := "2.13.7", Global / onChangedBuildSource := ReloadOnSourceChanges, PB.protocVersion := "3.17.3", // works on Apple Silicon, - versionPolicyIntention := Compatibility.BinaryAndSourceCompatible, + versionPolicyIntention := Compatibility.None, versionPolicyIgnoredInternalDependencyVersions := Some( "^\\d+\\.\\d+\\.\\d+\\+\\d+".r ) // Support for versions generated by sbt-dynver