Skip to content

Commit d0a12fe

Browse files
committed
update readme
1 parent d3e53a2 commit d0a12fe

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1-
# Sculpt: dependency graph extraction for Scala
1+
# Sculpt: dependency graph extraction for Scala 2
22

33
Sculpt is a compiler plugin for analyzing the dependency structure of
4-
Scala source code.
4+
Scala 2 source code.
55

66
## Project status
77

88
This is **unfinished**, **unmaintained** software. We are releasing
99
it as open source as a public service with the hopes the code will be
1010
useful to someone.
1111

12-
Sculpt is NOT supported under the Lightbend subscription.
12+
Sculpt is NOT supported under the Akka subscription.
1313

1414
Supported Scala versions are currently 2.13.x and 2.12.x.
15+
(2.12.x support is likely to be discontinued.)
1516

1617
## What is it for?
1718

@@ -339,7 +340,7 @@ Possible future directions include:
339340
* “what-if” analyses exploring the effect of proposed code changes
340341
* offer a means of declaring and enforcing desired architectural constraints (allowed and forbidden dependencies)
341342

342-
There are tickets on some of these at https://github.com/lightbend/scala-sculpt/issues .
343+
There are tickets on some of these at https://github.com/lightbend-labs/scala-sculpt/issues .
343344

344345
## Similar/related work
345346

0 commit comments

Comments
 (0)