Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Update cats-core to 2.9.0 #35

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbtcrossproject.CrossProject

val Version = new {
val Cats = "2.8.0"
val Cats = "2.9.0"
val Circe = "0.14.3"
val Java = "11"
val Munit = "0.7.29"
Expand Down