Skip to content

Commit

Permalink
Increasing version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TK009 committed Nov 18, 2019
1 parent bc42685 commit 24d1541
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 @@ -29,7 +29,7 @@ addCommandAlias("systemTest", "omiNode/testOnly http.SystemTest")

def commonSettings(moduleName: String) = Seq(
name := s"O-MI-$moduleName",
version := "2.0.1", // WARN: Release ver must be "x.y.z" (no dashes, '-')
version := "3.0.0", // WARN: Release ver must be "x.y.z" (no dashes, '-')
scalaVersion := "2.12.6",
scalacOptions := Seq("-unchecked", "-feature", "-deprecation", "-encoding", "utf8", "-Xlint", s"-P:genjavadoc:out=${target.value}/java"),
scalacOptions in (Compile,doc) ++= Seq("-groups", "-deprecation", "-implicits", "-diagrams", "-diagrams-debug", "-encoding", "utf8"),
Expand Down

0 comments on commit 24d1541

Please sign in to comment.