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 66e8547 commit 4ce3b99Copy full SHA for 4ce3b99
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.2",
+ version := "2.3",
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.10",
0 commit comments