@@ -3,32 +3,32 @@ import sbt.Keys._
3
3
import sbt .librarymanagement .syntax .ExclusionRule
4
4
5
5
object Dependencies {
6
- val bcprovJdk15to18 = " org.bouncycastle" % " bcprov-jdk15to18" % " 1.70 "
6
+ val bcprovJdk15to18 = " org.bouncycastle" % " bcprov-jdk15to18" % " 1.72 "
7
7
val betterFiles = " com.github.pathikrit" %% " better-files" % " 3.9.1"
8
8
val catsEffect = " org.typelevel" %% " cats-effect" % " 3.3.14"
9
9
val catsCore = " org.typelevel" %% " cats-core" % " 2.8.0"
10
10
val catsLaws = " org.typelevel" %% " cats-laws" % catsCore.revision
11
11
val catsParse = " org.typelevel" %% " cats-parse" % " 0.3.8"
12
12
val circeConfig = " io.circe" %% " circe-config" % " 0.8.0"
13
- val circeGeneric = " io.circe" %% " circe-generic" % " 0.14.2 "
13
+ val circeGeneric = " io.circe" %% " circe-generic" % " 0.14.3 "
14
14
val circeGenericExtras = " io.circe" %% " circe-generic-extras" % " 0.14.2"
15
15
val circeLiteral = " io.circe" %% " circe-literal" % circeGeneric.revision
16
16
val circeParser = " io.circe" %% " circe-parser" % circeGeneric.revision
17
17
val circeRefined = " io.circe" %% " circe-refined" % circeGeneric.revision
18
18
val commonsIo = " commons-io" % " commons-io" % " 2.11.0"
19
19
val coursierCore = " io.get-coursier" %% " coursier" % " 2.1.0-M6"
20
20
val cron4sCore = " com.github.alonsodomin.cron4s" %% " cron4s-core" % " 0.6.1"
21
- val decline = " com.monovore" %% " decline" % " 2.3.0 "
21
+ val decline = " com.monovore" %% " decline" % " 2.3.1 "
22
22
val disciplineMunit = " org.typelevel" %% " discipline-munit" % " 1.0.9"
23
- val fs2Core = " co.fs2" %% " fs2-core" % " 3.2.14 "
23
+ val fs2Core = " co.fs2" %% " fs2-core" % " 3.3.0 "
24
24
val fs2Io = " co.fs2" %% " fs2-io" % fs2Core.revision
25
25
val http4sCore = " org.http4s" %% " http4s-core" % " 1.0.0-M36"
26
26
val http4sCirce = " org.http4s" %% " http4s-circe" % http4sCore.revision
27
27
val http4sClient = " org.http4s" %% " http4s-client" % http4sCore.revision
28
28
val http4sDsl = " org.http4s" %% " http4s-dsl" % http4sCore.revision
29
29
val http4sBlazeServer = " org.http4s" %% " http4s-blaze-server" % " 1.0.0-M36"
30
30
val http4sOkhttpClient = " org.http4s" %% " http4s-okhttp-client" % " 1.0.0-M32"
31
- val log4catsSlf4j = " org.typelevel" %% " log4cats-slf4j" % " 2.4 .0"
31
+ val log4catsSlf4j = " org.typelevel" %% " log4cats-slf4j" % " 2.5 .0"
32
32
val logbackClassic = " ch.qos.logback" % " logback-classic" % " 1.2.11"
33
33
val jjwtApi = " io.jsonwebtoken" % " jjwt-api" % " 0.11.5"
34
34
val jjwtImpl = " io.jsonwebtoken" % " jjwt-impl" % jjwtApi.revision
@@ -42,5 +42,5 @@ object Dependencies {
42
42
val refined = " eu.timepit" %% " refined" % " 0.10.1"
43
43
val refinedScalacheck = " eu.timepit" %% " refined-scalacheck" % refined.revision
44
44
val scalacacheCaffeine = " com.github.cb372" %% " scalacache-caffeine" % " 1.0.0-M5"
45
- val scalacheck = " org.scalacheck" %% " scalacheck" % " 1.16 .0"
45
+ val scalacheck = " org.scalacheck" %% " scalacheck" % " 1.17 .0"
46
46
}
0 commit comments