From 5c451bd5e2a9871ab5a5b83545f0b89358d12b45 Mon Sep 17 00:00:00 2001 From: Jim Balhoff Date: Mon, 29 Jul 2024 11:27:14 -0400 Subject: [PATCH] Update Scala and SBT. --- build.sbt | 2 +- project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index d6d1397..07b9694 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ 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.14", diff --git a/project/build.properties b/project/build.properties index 22af262..081fdbb 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.7.1 +sbt.version=1.10.0