Skip to content

Commit

Permalink
modernize
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudolph committed Apr 8, 2023
1 parent 4cfcfd3 commit 5a7e869
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 16 deletions.
7 changes: 2 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
sbtPlugin := true
enablePlugins(SbtPlugin)

scalacOptions := Seq("-deprecation", "-encoding", "utf8")

// Scripted test options.

scriptedSettings
scriptedLaunchOpts += s"-Dplugin.version=${version.value}"
scriptedBufferLog := false
test in Test := (test in Test).dependsOn(scripted.toTask("")).value
Test / test := (Test / test).dependsOn(scripted.toTask("")).value
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.18
sbt.version=1.8.2
6 changes: 1 addition & 5 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.3")

libraryDependencies += "org.scala-sbt" % "scripted-plugin" % sbtVersion.value

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
6 changes: 1 addition & 5 deletions publish.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,4 @@ organizationHomepage := Some(url("http://spray.io"))

licenses in GlobalScope += "Apache License 2.0" -> url("https://github.com/spray/sbt-revolver/raw/master/LICENSE")

publishMavenStyle := false

bintrayRepository := "sbt-plugins"

bintrayOrganization := None
publishMavenStyle := true

0 comments on commit 5a7e869

Please sign in to comment.