We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166154e commit 7244ac5Copy full SHA for 7244ac5
build.sbt
@@ -11,6 +11,6 @@ scalaVersion := "2.13.16"
11
libraryDependencies ++= Seq(
12
guice, ws,
13
"io.github.samueleresca" %% "pekko-quartz-scheduler" % "1.2.2-pekko-1.0.x",
14
- "org.typelevel" %% "cats-core" % "2.12.0",
+ "org.typelevel" %% "cats-core" % "2.13.0",
15
"com.lunatech" %% "play-googleopenconnect" % "3.0.3"
16
)
0 commit comments