Skip to content

Commit 08e341a

Browse files
committed
Merge branch 'main' into update/coursier-2.1.0-M7
2 parents 254377a + 00507d5 commit 08e341a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

project/Dependencies.scala

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,32 @@ import sbt.Keys._
33
import sbt.librarymanagement.syntax.ExclusionRule
44

55
object Dependencies {
6-
val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.70"
6+
val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.72"
77
val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.1"
88
val catsEffect = "org.typelevel" %% "cats-effect" % "3.3.14"
99
val catsCore = "org.typelevel" %% "cats-core" % "2.8.0"
1010
val catsLaws = "org.typelevel" %% "cats-laws" % catsCore.revision
1111
val catsParse = "org.typelevel" %% "cats-parse" % "0.3.8"
1212
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"
1414
val circeGenericExtras = "io.circe" %% "circe-generic-extras" % "0.14.2"
1515
val circeLiteral = "io.circe" %% "circe-literal" % circeGeneric.revision
1616
val circeParser = "io.circe" %% "circe-parser" % circeGeneric.revision
1717
val circeRefined = "io.circe" %% "circe-refined" % circeGeneric.revision
1818
val commonsIo = "commons-io" % "commons-io" % "2.11.0"
1919
val coursierCore = "io.get-coursier" %% "coursier" % "2.1.0-M6"
2020
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"
2222
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"
2424
val fs2Io = "co.fs2" %% "fs2-io" % fs2Core.revision
2525
val http4sCore = "org.http4s" %% "http4s-core" % "1.0.0-M36"
2626
val http4sCirce = "org.http4s" %% "http4s-circe" % http4sCore.revision
2727
val http4sClient = "org.http4s" %% "http4s-client" % http4sCore.revision
2828
val http4sDsl = "org.http4s" %% "http4s-dsl" % http4sCore.revision
2929
val http4sBlazeServer = "org.http4s" %% "http4s-blaze-server" % "1.0.0-M36"
3030
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"
3232
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.2.11"
3333
val jjwtApi = "io.jsonwebtoken" % "jjwt-api" % "0.11.5"
3434
val jjwtImpl = "io.jsonwebtoken" % "jjwt-impl" % jjwtApi.revision
@@ -42,5 +42,5 @@ object Dependencies {
4242
val refined = "eu.timepit" %% "refined" % "0.10.1"
4343
val refinedScalacheck = "eu.timepit" %% "refined-scalacheck" % refined.revision
4444
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"
4646
}

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.7.1
1+
sbt.version=1.7.2

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0")
1010
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1")
1111
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
1212
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
13-
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.3")
13+
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.6")
1414
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0")

0 commit comments

Comments
 (0)