Skip to content

Commit

Permalink
Set version to 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaCuneta committed Jul 24, 2019
1 parent 4ad20f4 commit 64bf9e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ javaSource in Compile := baseDirectory.value / "src" / "main"

crossPaths := false

version := "6.1.0"

javacOptions ++=
"-g -deprecation -encoding us-ascii -Werror -Xlint:all -Xlint:-serial -Xlint:-fallthrough -Xlint:-path -source 1.8 -target 1.8".split(" ").toSeq

Expand Down

0 comments on commit 64bf9e3

Please sign in to comment.