Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cats-core, cats-kernel to 2.13.0 #2082

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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 project/src/main/scala/modules/core.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import sbt._
import sbt.Keys._

object core {
val catsVersion = "2.10.0"
val catsVersion = "2.13.0"

// Generate POJOs with convenience methods for the following classes:
def emitSources(sourceManagedPath: java.io.File): List[(scala.meta.Source, java.io.File)] = {
Expand Down
2 changes: 1 addition & 1 deletion project/src/main/scala/modules/scalaAkkaHttp.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import wartremover.WartRemover.autoImport._
object scalaAkkaHttp {
val akkaHttpVersion = "10.2.10"
val akkaVersion = "2.6.20"
val catsVersion = "2.10.0"
val catsVersion = "2.13.0"
val circeVersion = "0.14.6"
val hibernateVersion = "6.2.5.Final"
val jacksonVersion = "2.16.0"
Expand Down
2 changes: 1 addition & 1 deletion project/src/main/scala/modules/scalaDropwizard.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import sbt._
import sbt.Keys._

object scalaDropwizard {
val catsVersion = "2.10.0"
val catsVersion = "2.13.0"
val dropwizardScalaVersion = "1.3.7-1"
val dropwizardVersion = "1.3.29"
val jacksonVersion = "2.16.0"
Expand Down
2 changes: 1 addition & 1 deletion project/src/main/scala/modules/scalaHttp4s.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import sbt._
import sbt.Keys._

object scalaHttp4s {
val catsVersion = "2.10.0"
val catsVersion = "2.13.0"
val circeVersion = "0.14.6"
val javaxAnnotationVersion = "1.3.2"
val jaxbApiVersion = "2.3.1"
Expand Down
Loading