We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4e7e9 commit b4983a4Copy full SHA for b4983a4
build.sbt
@@ -3,7 +3,7 @@ lazy val gitCommitString = SettingKey[String]("gitCommit")
3
4
lazy val commonSettings = Seq(
5
organization := "org.geneontology",
6
- version := "2.2-SNAPSHOT",
+ version := "2.2.0",
7
licenses := Seq("MIT license" -> url("https://opensource.org/licenses/MIT")),
8
scalaVersion := "2.13.8",
9
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8"),
0 commit comments