Skip to content

Commit

Permalink
Downgrade to SBT 1.3.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-schlichtherle committed Apr 15, 2021
1 parent 22e322e commit 240111c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .bsp/sbt.json

This file was deleted.

1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ inThisBuild(Seq(
connection = "scm:git:git@github.com/christian-schlichtherle/bali-di-scala.git",
devConnection = Some("scm:git:git@github.com/christian-schlichtherle/bali-di-scala.git")
)),
versionScheme := Some("early-semver"),

// http://www.scalatest.org/user_guide/using_scalatest_with_sbt
Test / logBuffered := false,
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.4.9
sbt.version = 1.3.13
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
addDependencyTreePlugin
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.0.15")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1")

0 comments on commit 240111c

Please sign in to comment.