diff --git a/build.sbt b/build.sbt
index 9a9443b..398de14 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,7 +1,7 @@
name := "futiles"
organization := "com.markatta"
-crossScalaVersions := Seq("2.12.3", "2.11.11", "2.13.0")
+crossScalaVersions := Seq("2.12.15", "2.11.12", "2.13.8")
scalaVersion := crossScalaVersions.value.last
scalacOptions ++= Seq("-feature", "-deprecation", "-Xfatal-warnings", "-Xlint")
@@ -16,7 +16,7 @@ licenses := Seq(
)
homepage := Some(url("https://github.com/johanandren/futiles"))
publishMavenStyle := true
-publishArtifact in Test := false
+Test / publishArtifact := false
pomIncludeRepository := { _ =>
false
}
@@ -28,16 +28,10 @@ publishTo := Some {
"releases" at nexus + "service/local/staging/deploy/maven2"
}
-pomExtra :=
-
- git@github.com:johanandren/futiles.git
- scm:git:git@github.com:johanandren/futiles.git
-
-
-
- johanandren
- Johan Andrén
- johan@markatta.com
- https://markatta.com/johan/codemonkey
-
-
+scmInfo := Some(
+ ScmInfo(url("https://github.com/johanandren/futiles"), "git@github.com:johanandren/futiles.git")
+)
+
+developers := List(
+ Developer("johanandren", "Johan Andrén", "johan@markatta.com", url("https://markatta.com/johan/codemonkey"))
+)
diff --git a/project/build.properties b/project/build.properties
index 080a737..c8fcab5 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.3.0
+sbt.version=1.6.2
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 9117ef5..c107291 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1 +1 @@
-addSbtPlugin("de.heikoseeberger" % "sbt-header" % "3.0.0")
+addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
diff --git a/project/release.sbt b/project/release.sbt
index 6f899d9..21fc88a 100644
--- a/project/release.sbt
+++ b/project/release.sbt
@@ -1,3 +1,3 @@
-addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0")
+addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.11")
-addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.6")
+addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.1.0")
diff --git a/version.sbt b/version.sbt
index 7e55eb2..ad8b703 100644
--- a/version.sbt
+++ b/version.sbt
@@ -1 +1 @@
-version in ThisBuild := "2.0.2-SNAPSHOT"
+ThisBuild / version := "2.0.2-SNAPSHOT"