Skip to content

Commit

Permalink
ready for 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mie6 committed Jan 9, 2024
1 parent 8d0a37e commit 219a2c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ to handle recursion, or plain `lazy val` based construction (as in regular `pars
Parsley cats is distributed on Maven Central, and can be added to your project via:

```scala
libraryDependencies += "com.github.j-mie6" %% "parsley-cats" % "1.2.0"
libraryDependencies += "com.github.j-mie6" %% "parsley-cats" % "1.3.0"
```

it requires `parsley` and `cats-core` to also be dependencies of your project. The current version
Expand All @@ -24,6 +24,7 @@ matrix for `parsley-cats`:
| `1.0.x` | `>= 4 && < 5` | `>= 2.8 && < 3` |
| `1.1.x` | `>= 4 && < 5` | `>= 2.8 && < 3` |
| `1.2.x` | `>= 4 && < 5` | `>= 2.8 && < 3` |
| `1.3.x` | `>= 4.5 && < 5` | `>= 2.8 && < 3` |

To make use of your favourite `cats` syntax, you'll want the following imports:

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ inThisBuild(List(
ProblemFilters.exclude[MissingClassProblem]("parsley.MonoidKForParsley"),
),
// CI Configuration
tlCiReleaseBranches := Seq("staging/1.3"),
tlCiReleaseBranches := Seq("master"),
tlCiScalafmtCheck := false,
tlCiHeaderCheck := true,
githubWorkflowJavaVersions := Seq(JavaSpec.temurin("8"), JavaSpec.temurin("11"), JavaSpec.temurin("17")),
Expand Down

0 comments on commit 219a2c7

Please sign in to comment.