diff --git a/build.sbt b/build.sbt index ac784f21..9d899275 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ ThisBuild / scalaVersion := scala212 ThisBuild / organization := "com.eed3si9n.jarjarabrams" ThisBuild / organizationName := "eed3si9n" ThisBuild / organizationHomepage := Some(url("http://eed3si9n.com/")) -ThisBuild / version := "1.8.2-SNAPSHOT" +ThisBuild / version := "1.8.3-SNAPSHOT" ThisBuild / description := "utility to shade Scala libraries" ThisBuild / licenses := Seq( "Apache 2" -> new URL("https://www.apache.org/licenses/LICENSE-2.0.txt") diff --git a/project/build.properties b/project/build.properties index c8fcab54..46e43a97 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.6.2 +sbt.version=1.8.2 diff --git a/project/plugins.sbt b/project/plugins.sbt index 800739c8..bef3a3ad 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,7 @@ -addSbtPlugin("com.eed3si9n" % "sbt-nocomma" % "0.1.0") +ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always + +addSbtPlugin("com.eed3si9n" % "sbt-nocomma" % "0.1.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3") addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.4.6") -addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.0")