Skip to content

Commit b4983a4

Browse files
committed
Update version.
1 parent fd4e7e9 commit b4983a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ lazy val gitCommitString = SettingKey[String]("gitCommit")
33

44
lazy val commonSettings = Seq(
55
organization := "org.geneontology",
6-
version := "2.2-SNAPSHOT",
6+
version := "2.2.0",
77
licenses := Seq("MIT license" -> url("https://opensource.org/licenses/MIT")),
88
scalaVersion := "2.13.8",
99
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8"),

0 commit comments

Comments
 (0)