Skip to content

Commit

Permalink
Merge pull request #1 from p2m2/1.11.1
Browse files Browse the repository at this point in the history
update 1.10.0 to 1.11.1
  • Loading branch information
ofilangi authored Aug 19, 2021
2 parents cd450ad + d7a0ade commit 2467f8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Scala.js Facade of the [N3.js library](https://github.com/rdfjs/N3.js)
## Install

```
libraryDependencies += "com.github.p2m2" %%% "n3js" % "1.0.1",
libraryDependencies += "com.github.p2m2" %%% "n3js" % "1.11.1",
```

## N3.Parser
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sbt.Keys.{testFrameworks, version}

lazy val version_n3="1.10.0"
lazy val version_n3="1.11.1"

def getPackageSetting = Seq(
name := "n3js",
Expand Down

0 comments on commit 2467f8a

Please sign in to comment.