File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,18 @@ incremental recompile times.
1515
1616## Building the plugin from source
1717
18- ` sbt assembly ` will create ` target/scala-2.11/scala-sculpt_2.11-0.1.0 .jar ` .
18+ ` sbt assembly ` will create ` target/scala-2.11/scala-sculpt_2.11-0.1.1 .jar ` .
1919(The JAR is a fat JAR that bundles its dependency on spray-json.)
2020
2121## Using the plugin
2222
2323You can use the compiled plugin with the Scala 2.11 compiler as follows.
2424
25- Supposing you have ` scala-sculpt_2.11-0.1.0 .jar ` in your current working directory,
25+ Supposing you have ` scala-sculpt_2.11-0.1.1 .jar ` in your current working directory,
2626
2727Then you can do e.g.:
2828
29- scalac -Xplugin:scala-sculpt_2.11-0.1.0 .jar \
29+ scalac -Xplugin:scala-sculpt_2.11-0.1.1 .jar \
3030 -Xplugin-require:sculpt \
3131 -P:sculpt:out=dep.json \
3232 Dep.scala
@@ -123,7 +123,7 @@ manipulation, e.g. in the REPL.
123123
124124Now in a Scala 2.11 REPL with the same JARs on the classpath:
125125
126- scala -classpath scala-sculpt_2.11-0.1.0 .jar
126+ scala -classpath scala-sculpt_2.11-0.1.1 .jar
127127
128128If we load ` dep.json ` as follows, we'll see the following graph:
129129
Original file line number Diff line number Diff line change 22
33organization := " com.typesafe"
44name := " scala-sculpt"
5- version := " 0.1.0 "
5+ version := " 0.1.1 "
66licenses := Seq (" Apache License v2.0" -> url(" http://www.apache.org/licenses/LICENSE-2.0" ))
77homepage := Some (url(" http://github.com/typesafehub/scala-sculpt" ))
88
You can’t perform that action at this time.
0 commit comments