Skip to content

Commit

Permalink
Infrastructure: Bump version to 6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LaCuneta committed Nov 22, 2021
1 parent ea927e2 commit 6a48cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ javaSource in Compile := baseDirectory.value / "src" / "main"

crossPaths := false

version := "6.1.1"
version := "6.1.2"

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 6a48cea

Please sign in to comment.