Skip to content

Commit

Permalink
Merge branch 'master' into update/sbt-osgi-0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff authored Jul 29, 2024
2 parents e655f7d + 89101e1 commit 0d82973
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ lazy val owlapiVersion = "4.5.22"

lazy val commonSettings = Seq(
organization := "org.geneontology",
version := "1.1.2",
version := "1.1.3-SNAPSHOT",
licenses := Seq("BSD-3-Clause" -> url("https://opensource.org/licenses/BSD-3-Clause")),
homepage := Some(url("https://github.com/balhoff/whelk")),
scalaVersion := "2.13.8",
crossScalaVersions := Seq("2.13.8"),
scalaVersion := "2.13.14",
crossScalaVersions := Seq("2.13.14"),
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8")
)

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.7.1
sbt.version=1.10.0

0 comments on commit 0d82973

Please sign in to comment.