@@ -72,7 +72,7 @@ ThisBuild / libraryDependencySchemes +=
7272
7373// This is used in a couple places
7474lazy val fs2Version = " 3.13.0"
75- lazy val openTelemetryVersion = " 1.55 .0"
75+ lazy val openTelemetryVersion = " 1.62 .0"
7676lazy val otel4sVersion = " 1.0.0"
7777lazy val otel4sSdkVersion = " 0.19.0"
7878lazy val refinedVersion = " 0.11.3"
@@ -127,7 +127,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
127127 " org.typelevel" %%% " cats-effect" % " 3.7.0" ,
128128 " co.fs2" %%% " fs2-core" % fs2Version,
129129 " co.fs2" %%% " fs2-io" % fs2Version,
130- " org.scodec" %%% " scodec-bits" % " 1.2.4 " ,
130+ " org.scodec" %%% " scodec-bits" % " 1.2.5 " ,
131131 " org.scodec" %%% " scodec-core" % (if (tlIsScala3.value) " 2.3.3" else " 1.11.11" ),
132132 " org.scodec" %%% " scodec-cats" % " 1.3.0" ,
133133 " org.typelevel" %%% " otel4s-core" % otel4sVersion,
@@ -137,7 +137,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
137137 " org.typelevel" %%% " twiddles-core" % " 1.1.0-RC1" ,
138138 " org.typelevel" %%% " saslprep" % " 1.0.0" ,
139139 ) ++ Seq (
140- " com.beachape" %%% " enumeratum" % " 1.9.0 " ,
140+ " com.beachape" %%% " enumeratum" % " 1.9.7 " ,
141141 ).filterNot(_ => tlIsScala3.value)
142142 ).platformsSettings(JSPlatform , NativePlatform )(
143143 libraryDependencies ++= Seq (
@@ -168,8 +168,8 @@ lazy val circe = crossProject(JVMPlatform, JSPlatform, NativePlatform)
168168 .settings(
169169 name := " skunk-circe" ,
170170 libraryDependencies ++= Seq (
171- " io.circe" %%% " circe-core" % " 0.14.14 " ,
172- " io.circe" %%% " circe-jawn" % " 0.14.14 "
171+ " io.circe" %%% " circe-core" % " 0.14.15 " ,
172+ " io.circe" %%% " circe-jawn" % " 0.14.15 "
173173 )
174174 )
175175
@@ -263,7 +263,7 @@ lazy val bench = project
263263 .dependsOn(core.jvm)
264264 .settings(commonSettings)
265265 .settings(
266- libraryDependencies += " org.postgresql" % " postgresql" % " 42.7.4 "
266+ libraryDependencies += " org.postgresql" % " postgresql" % " 42.7.11 "
267267 )
268268
269269lazy val unidocs = project
0 commit comments