This is an automated email from the ASF dual-hosted git repository.
engelen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/main by this push:
new e74a7eb5bb remove unnecessary scalafix setting (#1312)
e74a7eb5bb is described below
commit e74a7eb5bbf59b7ee8309931e754124a3e0d7f55
Author: PJ Fanning <[email protected]>
AuthorDate: Tue May 7 08:12:04 2024 +0100
remove unnecessary scalafix setting (#1312)
---
build.sbt | 2 --
1 file changed, 2 deletions(-)
diff --git a/build.sbt b/build.sbt
index da8cb24a58..a57f790104 100644
--- a/build.sbt
+++ b/build.sbt
@@ -9,8 +9,6 @@
import
net.bzzt.reproduciblebuilds.ReproducibleBuildsPlugin.reproducibleBuildsCheckResolver
-ThisBuild / scalafixScalaBinaryVersion := scalaBinaryVersion.value
-
scalaVersion := Dependencies.allScalaVersions.head
ThisBuild / versionScheme := Some(VersionScheme.SemVerSpec)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]