diff --git a/build.sbt b/build.sbt index 62092bf..625556d 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ lazy val gitCommitString = SettingKey[String]("gitCommit") lazy val commonSettings = Seq( organization := "org.geneontology", - version := "2.3.3", + version := "2.3.4", licenses := Seq("MIT license" -> url("https://opensource.org/licenses/MIT")), homepage := Some(url("https://github.com/balhoff/relation-graph")), scalaVersion := "2.13.17",