Skip to content

Commit

Permalink
Set compatibility to None
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Chapuis authored and jchapuis committed Nov 29, 2021
1 parent 7bb2b25 commit 9820e7b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
versionScheme := Some("early-semver"),
versionPolicyIgnoredInternalDependencyVersions := Some(
"^\\d+\\.\\d+\\.\\d+\\+\\d+".r
Expand Down Expand Up @@ -136,7 +136,4 @@ lazy val root = project
.settings(Compile / mainClass := (example / Compile / mainClass).value)
.settings(commonSettings: _*)
.settings(publish / skip := true)
.settings(
name := "endless",
version := "0.0.1"
)
.settings(name := "endless")

0 comments on commit 9820e7b

Please sign in to comment.