Jay Taylor
dfdba57248
Clearer messaging for `sbt 'dependency-graph --force'` command.
2014-08-26 20:26:08 -07:00
Johannes Rudolph
b4667b7564
Merge pull request #44 from 2beaucoup/master
...
match scala-library just by org/name
2014-01-16 01:35:21 -08:00
2beaucoup
1f65c0c86b
only match scala lib by org/name
2014-01-15 17:07:50 +01:00
Johannes Rudolph
9988c8fbe2
Merge pull request #38 from Blaisorblade/patch-1
...
README: mention SBT 0.13
2013-08-27 06:24:46 -07:00
Paolo G. Giarrusso
90500a9f9b
Also mention 0.13
...
0.13 release announcement mentions this plugin, in this version:
https://groups.google.com/d/msg/simple-build-tool/0AGST5qPbzw/CrN1sJ6ut-AJ
Hence, the README should be updated as well.
2013-08-27 15:21:37 +02:00
Johannes Rudolph
ff8d9b82b0
README: separate tasks & settings and add configuration example, fixes #37
...
Also setting names were converted to Scala syntax.
2013-08-26 12:53:03 +02:00
Johannes Rudolph
0bcd2e03f4
fixes #36 : Graph.insertBar doesn't take maxColumn into account leading to StringIndexOutOfBoundsException
2013-07-31 15:22:45 +02:00
Johannes Rudolph
71f8f3a53a
Merge branch 'sbt-0.13'
2013-07-31 15:00:06 +02:00
Johannes Rudolph
f7c66f5cd1
add support for sbt 0.13, fixes #35
2013-07-22 16:24:15 +02:00
Johannes Rudolph
9d373bee73
reorganize ignoreMissingUpdate to rely on `updateConfiguration in ignoreMissingUpdate`
2013-07-22 16:20:56 +02:00
Johannes Rudolph
2b20d7fa41
fix test to use scala version known to have no conflicts
2013-07-22 16:13:58 +02:00
Johannes Rudolph
f8b00e6511
give every sub-project its own directory in scripted test
2013-07-22 16:13:06 +02:00
Johannes Rudolph
8836c5e174
use linked plugins.sbt for all scripted tests
2013-07-22 16:12:44 +02:00
Johannes Rudolph
60aa77dc10
more warnings
2013-07-22 16:12:10 +02:00
Johannes Rudolph
5817584e44
workaround for jrudolph/sbt-cross-building#24
2013-07-22 16:11:59 +02:00
Johannes Rudolph
236ecf9e6b
fix dependencies to use versions which are available for scala 2.9 and 2.10
2013-07-22 16:04:58 +02:00
Johannes Rudolph
0ff4284cb6
add sbt 0.13 to the cross building versions
2013-07-22 16:03:39 +02:00
Johannes Rudolph
7acc3ac3f6
use new sbt-cross-building plugin
2013-07-22 16:02:49 +02:00
Johannes Rudolph
be3c463157
upgrade to sbt 0.12.4
2013-07-02 13:56:00 +02:00
Johannes Rudolph
83c1f8cc8c
next version
2013-06-26 11:34:12 +02:00
Johannes Rudolph
a724b92a5d
upgrade documentation + tests to 0.7.4
2013-06-26 11:30:14 +02:00
Johannes Rudolph
3325cdb833
bump version
2013-06-25 15:11:32 +02:00
Johannes Rudolph
3a8a08a2a2
fix #32 : provide Graph for all sbt versions and don't rely on jline terminal width being > 0
2013-06-25 15:11:24 +02:00
Johannes Rudolph
4cc1309b18
fix release notes
2013-06-25 14:11:33 +02:00
Johannes Rudolph
f629ee7994
update readme with new versions
2013-04-28 11:07:36 +02:00
Johannes Rudolph
b24c5538e4
update notes to include 0.7.2 notes (which was never officially released)
2013-04-28 11:06:39 +02:00
Johannes Rudolph
b1edfb4d5b
bump version
2013-04-28 10:52:57 +02:00
Johannes Rudolph
dfe76a2aea
fixes #30 , #31 : resolution report path changed in sbt 0.12.3
2013-04-28 10:49:47 +02:00
Johannes Rudolph
bfbaed2f03
use sbt 0.12.3 for building
2013-04-28 10:41:01 +02:00
Johannes Rudolph
be59eee9a7
update README to version 0.7.2
2013-03-02 12:46:09 +01:00
Johannes Rudolph
d5e4f04519
publishing information
2013-03-02 12:43:12 +01:00
Johannes Rudolph
39cd1bdeaa
0.7.2 ls metadata
2013-03-02 12:43:06 +01:00
Johannes Rudolph
8ea9fa6fee
bump version
2013-03-02 12:39:23 +01:00
Johannes Rudolph
093b4782ad
fix #27 : don't require caller[@rev] to be equal to outside revision
...
Since the `caller` is already nested in a particular called module this
should be sufficient.
2013-03-02 12:32:57 +01:00
Johannes Rudolph
23b6dc8644
upgrade README instructions to recent version 0.7.1
2013-03-02 12:08:56 +01:00
Johannes Rudolph
b018454fae
preparing next version
2013-01-25 16:24:50 +01:00
Johannes Rudolph
ed097ed2e2
bump version
2013-01-22 14:38:30 +01:00
Johannes Rudolph
f28b009b02
Merge commit 'pull/25'
...
Conflicts:
src/main/scala/net/virtualvoid/sbt/graph/Plugin.scala
2013-01-22 14:34:40 +01:00
Leon Sixt
2ea4470757
more customisation for dot output
...
with dependency-dot-head you can now define your own dot head.
dependency-dot-node-label lets you customise the labels of the nodes
2012-12-21 18:48:39 +01:00
berleon
24c614d568
added dot settings to README.md
2012-12-21 15:31:46 +01:00
berleon
0097df8378
improved dot generation
2012-12-21 15:14:46 +01:00
berleon
fd77497498
added testDotFileGeneration
...
it is a sbt-scripted project to test the dot generation process.
2012-12-21 15:14:25 +01:00
berleon
25a996752c
removed com.typesafe.akka:akka-actor from libaryDependencies
...
there was a resolving problems so the test failed.
2012-12-21 15:13:06 +01:00
berleon
18e76737ec
updatet to 0.7.1-SNAPSHOT
2012-12-21 15:06:23 +01:00
berleon
2c771d58e6
added dependencyDotFile Setting and dependencyDotTask
2012-12-21 10:56:13 +01:00
berleon
b7ae723423
added saveAsDot method to IvyGraphMLDependencies that generates a simple dot file
2012-12-21 10:55:45 +01:00
berleon
4bc9e3f7df
fixed Version unapply method
2012-12-21 10:55:18 +01:00
Johannes Rudolph
f4bd8a409b
refs #24 : fix Version matching again now for matching normal 0.12.1 version
2012-10-31 15:09:47 +01:00
Eric Bowman
2f725bf16f
Fix for version matching like 0.12.1-foo
...
An organization that has had to fork sbt is likely to change the version
slightly. The code is intended to match 0.12.1-foo as a 0.12.1 version,
but in fact without this change does not.
2012-10-31 10:52:38 +00:00
Johannes Rudolph
cdf6203c70
Merge branch 'master' of github.com:jrudolph/sbt-dependency-graph
2012-10-27 12:35:12 +02:00