Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
2m committed Apr 22, 2021
1 parent 5bd33ff commit 070c874
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 25 deletions.
26 changes: 3 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,15 @@ The implementation of this library was created by following the excellent [Ciris
Add the dependency to your project build settings:

```sbt
libraryDependencies += "lt.dvim.ciris-hocon" %% "ciris-hocon" % "0.2"
libraryDependencies += "lt.dvim.ciris-hocon" %% "ciris-hocon" % "0.2.1"
```

Or a snapshot from a [snapshot repository](https://bintray.com/2m/snapshots/ciris-hocon) for which you will need an additional resolver:

```sbt
resolvers += Resolver.bintrayRepo("2m", "snapshots")
```
Or a snapshot from a [snapshot repository](https://oss.sonatype.org/content/repositories/snapshots/lt/dvim/ciris-hocon/).

| version | scala | ciris |
|------------|-------------|------------|
| 0.1 | 2.12 | 0.12.1 |
| 0.2 | 2.13 | 0.13.0-RC1 |
| 0.2.1 | 2.13 | 0.13.0-RC1 |
| [upstream] | 2.12, 2.13 | 1.0.x |

[upstream]: https://github.com/vlovgr/ciris/pull/284
Expand Down Expand Up @@ -65,19 +61,3 @@ val rate = loadConfig(
rate.burstDuration shouldBe 100.millis
rate.checkInterval shouldBe Period.ofWeeks(2)
```

## Licence

Copyright 2018 Martynas Mickevičius

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
2 changes: 1 addition & 1 deletion src/main/scala/Hocon.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018 Martynas Mickevičius
* Copyright 2018 github.com/2m/ciris-hocon/contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/test/scala/HoconSpec.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018 Martynas Mickevičius
* Copyright 2018 github.com/2m/ciris-hocon/contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 070c874

Please sign in to comment.