Skip to content

Commit 26c6641

Browse files
committed
Merge pull request akka#15057 from akka/wip-revert-sbt-0.13.2-patriknw
=pro Revert sbt 0.13.2, problem with stamped versions
2 parents 8146dd5 + 3c3c938 commit 26c6641

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

project/AkkaBuild.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,6 @@ object AkkaBuild extends Build {
756756
scalacOptions in Compile ++= Seq("-encoding", "UTF-8", "-target:jvm-1.6", "-deprecation", "-feature", "-unchecked", "-Xlog-reflective-calls", "-Xlint"),
757757
javacOptions in compile ++= Seq("-encoding", "UTF-8", "-source", "1.6", "-target", "1.6", "-Xlint:unchecked", "-Xlint:deprecation"),
758758
javacOptions in doc ++= Seq("-encoding", "UTF-8", "-source", "1.6"),
759-
incOptions := incOptions.value.withNameHashing(true),
760759

761760
crossVersion := CrossVersion.binary,
762761

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.2
1+
sbt.version=0.13.1

0 commit comments

Comments
 (0)