Skip to content

Commit

Permalink
Increasing version to 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
TK009 committed Oct 18, 2021
1 parent 6646615 commit 9fa6035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion O-MI-Node/html/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.5
3.1.6
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ addCommandAlias("systemTest", "omiNode/testOnly http.SystemTest")

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

0 comments on commit 9fa6035

Please sign in to comment.