Skip to content

Commit

Permalink
remove support sbt 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudolph committed Apr 8, 2023
1 parent 0b89234 commit 4cfcfd3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 27 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ sbtPlugin := true

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

crossSbtVersions := Vector("1.2.8", "0.13.18")

// Scripted test options.

scriptedSettings
Expand Down
15 changes: 0 additions & 15 deletions src/main/scala-sbt-0.13/spray/revolver/SbtCompat.scala

This file was deleted.

7 changes: 0 additions & 7 deletions src/main/scala-sbt-1.0/spray/revolver/SbtCompat.scala

This file was deleted.

2 changes: 1 addition & 1 deletion src/main/scala/spray/revolver/Actions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package spray.revolver
import sbt.Keys._
import sbt.{Fork, ForkOptions, LoggedOutput, Logger, Path, ProjectRef, State, complete}
import java.io.File
import SbtCompat._
import scala.sys.process.Process

object Actions {
import Utilities._
Expand Down
5 changes: 3 additions & 2 deletions src/main/scala/spray/revolver/AppProcess.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
package spray.revolver

import java.lang.{Runtime => JRuntime}
import sbt.{ProjectRef, Logger}
import SbtCompat._
import sbt.{Logger, ProjectRef}

import scala.sys.process.Process

/**
* A token which we put into the SBT state to hold the Process of an application running in the background.
Expand Down

0 comments on commit 4cfcfd3

Please sign in to comment.