File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ import org.typelevel.sbt.tpolecat.{DevMode, CiMode}
44
55// Library versions all in one place, for convenience and sanity.
66lazy val catsVersion = " 2.13.0"
7- lazy val catsEffectVersion = " 3.6.2 "
7+ lazy val catsEffectVersion = " 3.6.3 "
88lazy val circeVersion = " 0.14.14"
99lazy val fs2Version = " 3.12.0"
1010lazy val h2Version = " 2.1.210"
11- lazy val hikariVersion = " 6.3.0 " // N.B. Hikari v4 introduces a breaking change via slf4j v2
11+ lazy val hikariVersion = " 6.3.2 " // N.B. Hikari v4 introduces a breaking change via slf4j v2
1212lazy val kindProjectorVersion = " 0.11.2"
1313lazy val mysqlVersion = " 9.3.0"
1414lazy val log4catsVersion = " 2.7.1"
@@ -28,7 +28,7 @@ lazy val scala3Version = "3.3.6"
2828// scala-steward:off
2929lazy val slf4jVersion = " 1.7.36"
3030// scala-steward:on
31- lazy val weaverVersion = " 0.9.2 "
31+ lazy val weaverVersion = " 0.9.3 "
3232
3333// Basic versioning and publishing stuff
3434ThisBuild / tlBaseVersion := " 1.0"
You can’t perform that action at this time.
0 commit comments