Skip to content

Commit

Permalink
Update ciris to 3.7.0 (#342)
Browse files Browse the repository at this point in the history
* Update ciris to 3.7.0

* Update readme

---------

Co-authored-by: Martynas Mickevičius <[email protected]>
  • Loading branch information
scala-steward and 2m authored Jan 1, 2025
1 parent 16dbecd commit e0d8071
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ 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" % "1.2.0"
libraryDependencies += "lt.dvim.ciris-hocon" %% "ciris-hocon" % "1.3.0"
```

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.1 | 2.13 | 0.13.0-RC1 |
| 1.0.x | 2.13, 3 | 2.x.x |
| 1.1.x | 2.13, 3 | 3.x.x |
| version | scala | ciris |
|---------|---------|------------|
| 0.1 | 2.12 | 0.12.1 |
| 0.2.1 | 2.13 | 0.13.0-RC1 |
| 1.0.x | 2.13, 3 | 2.x.x |
| 1.1+.x | 2.13, 3 | 3.x.x |

## Example usage

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ scalaVersion := "2.13.15"
crossScalaVersions += "3.3.4"

libraryDependencies ++= Seq(
"is.cir" %% "ciris" % "3.6.0",
"is.cir" %% "ciris" % "3.7.0",
"com.typesafe" % "config" % "1.4.3",
"org.typelevel" %% "munit-cats-effect" % "2.0.0" % "test",
"org.typelevel" %% "cats-effect" % "3.5.7" % "test"
Expand Down

0 comments on commit e0d8071

Please sign in to comment.