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 167785a commit 702c787Copy full SHA for 702c787
build.sbt
@@ -4,7 +4,7 @@ lazy val gitCommitString = SettingKey[String]("gitCommit")
4
5
lazy val commonSettings = Seq(
6
organization := "org.geneontology",
7
- version := "2.3.2",
+ version := "2.3.3",
8
licenses := Seq("MIT license" -> url("https://opensource.org/licenses/MIT")),
9
homepage := Some(url("https://github.com/balhoff/relation-graph")),
10
scalaVersion := "2.13.16",
0 commit comments