@@ -12,10 +12,11 @@ val pekkoHttpVersion = "1.0.1"
1212val  jawnVersion       =  " 1.6.0" 
1313val  scalaTestVersion  =  " 3.2.19" 
1414
15- ThisBuild  /  crossScalaVersions :=  Seq (scala212Version, scala213Version, scala3Version)
16- ThisBuild  /  scalaVersion       :=  scala213Version
17- ThisBuild  /  organization       :=  " org.mdedetrich" 
18- ThisBuild  /  versionScheme      :=  Some (VersionScheme .EarlySemVer )
15+ ThisBuild  /  crossScalaVersions     :=  Seq (scala212Version, scala213Version, scala3Version)
16+ ThisBuild  /  scalaVersion           :=  scala213Version
17+ ThisBuild  /  organization           :=  " org.mdedetrich" 
18+ ThisBuild  /  versionScheme          :=  Some (VersionScheme .EarlySemVer )
19+ ThisBuild  /  versionPolicyIntention :=  Compatibility .BinaryCompatible 
1920
2021lazy  val  streamJson  =  project
2122  .in(file(" stream-json"  ))
@@ -158,7 +159,7 @@ ThisBuild / scalacOptions ++= {
158159ThisBuild  /  githubWorkflowTargetBranches :=  Seq (" main"  ) //  Once we have branches per version, add the pattern here
159160
160161ThisBuild  /  githubWorkflowBuild :=  Seq (
161-   WorkflowStep .Sbt (List (" mimaReportBinaryIssues "  ), name =  Some (" Report binary compatibility  issues"  )),
162+   WorkflowStep .Sbt (List (" versionPolicyCheck "  ), name =  Some (" Report version policy  issues"  )),
162163  WorkflowStep .Sbt (List (" clean"  , " coverage"  , " test"  ), name =  Some (" Build project"  ))
163164)
164165
0 commit comments