diff --git a/build.sbt b/build.sbt index 6fb2ea8..779a2b1 100644 --- a/build.sbt +++ b/build.sbt @@ -2,14 +2,13 @@ import ReleaseTransformations._ import Dependencies._ lazy val baseSettings = Seq( - scalaVersion := "2.13.12", - // crossScalaVersions := Seq(scalaVersion.value, "3.3.1"), + scalaVersion := "2.13.16", organization := "com.madgag.scala-git", scmInfo := Some(ScmInfo( url("https://github.com/rtyley/scala-git"), "scm:git:git@github.com:rtyley/scala-git.git" )), - licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")), + licenses := Seq(License.Apache2), scalacOptions ++= Seq("-deprecation", "-unchecked"), libraryDependencies ++= Seq(madgagCompress % Test, scalatest % Test) ) diff --git a/project/build.properties b/project/build.properties index e8a1e24..73df629 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.7 +sbt.version=1.10.7