Skip to content

Commit

Permalink
release 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarlakxen committed Oct 14, 2018
1 parent 63d0467 commit 7ed02f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ organizationName := "Facundo Viale"
startYear := Some(2018)
licenses += ("Apache-2.0", new URL("https://www.apache.org/licenses/LICENSE-2.0.txt"))

publishMavenStyle := false

// ··· Project Options ···

lazy val root = (project in file("."))
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "2.4.0"
version in ThisBuild := "2.5.0"

0 comments on commit 7ed02f7

Please sign in to comment.