Skip to content

Commit

Permalink
Revive build.properties, remove byte order mark
Browse files Browse the repository at this point in the history
The BOM was introduced with commit 2e97ed2. Since then the sbt version
in `build.properties` was ignored (by the sbt launcher), in consequence
the sbt launcher's sbt version was used.

If the sbt launcher was now updated to 0.13.13, the warnings described
in RBMHTechnology#351 popped up.

Resolves RBMHTechnology#351
  • Loading branch information
magro committed Nov 3, 2016
1 parent 1141549 commit 90a84d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.11
sbt.version=0.13.11

0 comments on commit 90a84d4

Please sign in to comment.