We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b07df commit e756c72Copy full SHA for e756c72
1 file changed
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.0",
+ version := "2.2.1",
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