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 d88761e commit ebb88a2Copy full SHA for ebb88a2
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.1",
+ version := "2.2.2",
7
licenses := Seq("MIT license" -> url("https://opensource.org/licenses/MIT")),
8
homepage := Some(url("https://github.com/balhoff/relation-graph")),
9
scalaVersion := "2.13.8",
0 commit comments