From 2c63f60fdc5bb5817aa501218570e6a5f93c7c03 Mon Sep 17 00:00:00 2001 From: akullpp Date: Fri, 11 Jul 2014 23:25:56 +0200 Subject: [PATCH] Update README.md Removed sbt since it is certainly at a point where I can't recommend it, the syntax is too complicated and obscure. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 393d29c..00386ae 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,6 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ * [Apache Buildr](http://buildr.apache.org/) - Perform builds using Ruby scripts. * [Apache Maven](http://maven.apache.org/) - Declarative lifecycle and dependency managment which favors conventions. * [Gradle](http://www.gradle.org/) - Incremental builds which are programmed via Groovy. -* [sbt](http://www.scala-sbt.org/) - Interactive build tool using Scala. ## Code Analysis