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 1ad7dfe commit 77b992dCopy full SHA for 77b992d
1 file changed
build.sbt
@@ -108,7 +108,7 @@ lazy val buildSettings = Seq(
108
109
lazy val catsVersion = "2.13.0"
110
lazy val scala2Version = "2.13.18"
111
-lazy val scala3Version = "3.3.7"
+lazy val scala3Version = "3.3.8"
112
113
lazy val cats = Def.setting("org.typelevel" %%% "cats-core" % catsVersion)
114
lazy val catsFree = Def.setting("org.typelevel" %%% "cats-free" % catsVersion)
0 commit comments