Skip to content

Commit

Permalink
Remove sbt-travisci
Browse files Browse the repository at this point in the history
It seems not to be too fine with stages
  • Loading branch information
alexarchambault committed Sep 27, 2018
1 parent aa0a75d commit 749c69d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ name := "acyclic"

version := "0.1.8"

scalaVersion := "2.12.6"
crossScalaVersions := Seq("2.10.7", "2.11.12", "2.12.6", "2.13.0-M5")

resolvers += Resolver.sonatypeRepo("releases")

libraryDependencies ++= Seq(
Expand Down
1 change: 0 additions & 1 deletion project/build.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.1.3")

0 comments on commit 749c69d

Please sign in to comment.