Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Oct 18, 2018
1 parent ce28f38 commit a95bee2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Sjsonnet can be used from Java:
<dependency>
<groupId>com.lihaoyi</groupId>
<artifactId>sjsonnet_2.12</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>
</dependency>
```
```java
Expand All @@ -31,8 +31,8 @@ sjsonnet.SjsonnetMain.main0(
From Scala:

```scala
"com.lihaoyi" %% "sjsonnet" % "0.1.1" // SBT
ivy"com.lihaoyi::sjsonnet:0.1.1" // Mill
"com.lihaoyi" %% "sjsonnet" % "0.1.2" // SBT
ivy"com.lihaoyi::sjsonnet:0.1.2" // Mill
```

```scala
Expand All @@ -47,10 +47,10 @@ sjsonnet.SjsonnetMain.main0(
```
Or as a standalone executable assembly:

- https://github.com/lihaoyi/sjsonnet/releases/download/0.1.1/sjsonnet.jar
- https://github.com/lihaoyi/sjsonnet/releases/download/0.1.2/sjsonnet.jar

```bash
$ curl -L https://github.com/lihaoyi/sjsonnet/releases/download/0.1.1/sjsonnet.jar > sjsonnet
$ curl -L https://github.com/lihaoyi/sjsonnet/releases/download/0.1.2/sjsonnet.jar > sjsonnet

$ chmod +x sjsonnet.jar

Expand Down

0 comments on commit a95bee2

Please sign in to comment.