Skip to content

Commit

Permalink
up build version to 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivan- committed Jul 24, 2017
1 parent 62da9bb commit 6fced4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object BuildSettings {

val commonSettings = Defaults.coreDefaultSettings ++ Seq(
organization := "org.longevityframework",
version := "0.25-SNAPSHOT",
version := "0.25.0",
scalaVersion := Dependencies.scalaVersionString,
crossScalaVersions := Seq("2.11.11", Dependencies.scalaVersionString))

Expand Down

0 comments on commit 6fced4f

Please sign in to comment.