11import microsites .MicrositesPlugin .autoImport .micrositeDescription
22
3- val scala213Version = " 2.13.8 "
3+ val scala213Version = " 2.13.10 "
44val scala3Version = " 3.3.0"
55
66val scalaVersions = Seq (scala213Version, scala3Version)
@@ -47,12 +47,12 @@ val common = Seq(
4747 compilerPlugin(" org.typelevel" % " kind-projector" % " 0.13.2" cross CrossVersion .full),
4848 ).filterNot(_ => scalaVersion.value.startsWith(" 3." )),
4949 libraryDependencies ++= Seq (
50- " org.typelevel" %% " cats-core" % " 2.7 .0" ,
51- " org.typelevel" %% " cats-effect" % " 3.3.5 " ,
50+ " org.typelevel" %% " cats-core" % " 2.10 .0" ,
51+ " org.typelevel" %% " cats-effect" % " 3.5.1 " ,
5252 " org.scalameta" %% " munit" % " 0.7.29" % Test ,
53- " org.scalacheck" %% " scalacheck" % " 1.15.4 " % Test ,
53+ " org.scalacheck" %% " scalacheck" % " 1.17.0 " % Test ,
5454 " org.typelevel" %% " munit-cats-effect-3" % " 1.0.7" % Test ,
55- " org.typelevel" %% " scalacheck-effect-munit" % " 1.0.3 " % Test
55+ " org.typelevel" %% " scalacheck-effect-munit" % " 1.0.4 " % Test
5656 )
5757)
5858
@@ -62,14 +62,13 @@ lazy val metricsCommon = projectMatrix
6262 .enablePlugins(GitVersioning )
6363 .settings(common :+ (name := " natchez-extras-metrics" ))
6464
65-
6665val log4catsVersion = " 2.6.0"
6766val natchezVersion = " 0.3.3"
68- val http4sMilestoneVersion = " 1.0.0-M38 "
69- val http4sStableVersion = " 0.23.14 "
70- val circeVersion = " 0.14.1 "
71- val slf4jVersion = " 1.7.35 "
72- val fs2Version = " 3.2.4 "
67+ val http4sMilestoneVersion = " 1.0.0-M40 "
68+ val http4sStableVersion = " 0.23.23 "
69+ val circeVersion = " 0.14.3 "
70+ val slf4jVersion = " 1.7.36 "
71+ val fs2Version = " 3.8.0 "
7372val doobieVersion = " 1.0.0-RC2"
7473
7574lazy val natchezDatadog = projectMatrix
@@ -187,7 +186,7 @@ lazy val natchezFs2 = projectMatrix
187186 .settings(common :+ (name := " natchez-extras-fs2" ))
188187 .settings(
189188 libraryDependencies ++= Seq (
190- " org.typelevel" %% " kittens" % " 3.0.0-M4 " ,
189+ " org.typelevel" %% " kittens" % " 3.0.0" ,
191190 " org.tpolecat" %% " natchez-core" % natchezVersion,
192191 " co.fs2" %% " fs2-core" % fs2Version
193192 )
0 commit comments