Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into scala-lts-filter
Browse files Browse the repository at this point in the history
  • Loading branch information
mzuehlke committed Apr 26, 2024
2 parents 5dbe442 + ddfdff8 commit c6d4993
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.8.0
version = 3.8.1
runner.dialect = scala213
assumeStandardLibraryStripMargin = true
align.openParenCallSite = false
Expand Down
10 changes: 5 additions & 5 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt._

object Dependencies {
val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.77"
val bcprovJdk15to18 = "org.bouncycastle" % "bcprov-jdk15to18" % "1.78.1"
val betterFiles = "com.github.pathikrit" %% "better-files" % "3.9.2"
val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.4"
val catsCore = "org.typelevel" %% "cats-core" % "2.10.0"
Expand All @@ -13,14 +13,14 @@ object Dependencies {
val circeLiteral = "io.circe" %% "circe-literal" % circeGeneric.revision
val circeParser = "io.circe" %% "circe-parser" % circeGeneric.revision
val circeRefined = "io.circe" %% "circe-refined" % circeGeneric.revision
val commonsIo = "commons-io" % "commons-io" % "2.15.1"
val commonsIo = "commons-io" % "commons-io" % "2.16.1"
val coursierCore = "io.get-coursier" %% "coursier" % "2.1.9"
val coursierSbtMaven =
"io.get-coursier" %% "coursier-sbt-maven-repository" % coursierCore.revision
val cron4sCore = "com.github.alonsodomin.cron4s" %% "cron4s-core" % "0.7.0"
val decline = "com.monovore" %% "decline" % "2.4.1"
val disciplineMunit = "org.typelevel" %% "discipline-munit" % "1.0.9"
val fs2Core = "co.fs2" %% "fs2-core" % "3.10.1"
val fs2Core = "co.fs2" %% "fs2-core" % "3.10.2"
val fs2Io = "co.fs2" %% "fs2-io" % fs2Core.revision
val http4sCore = "org.http4s" %% "http4s-core" % "1.0.0-M41"
val http4sCirce = "org.http4s" %% "http4s-circe" % http4sCore.revision
Expand All @@ -29,7 +29,7 @@ object Dependencies {
val http4sEmberServer = "org.http4s" %% "http4s-ember-server" % http4sCore.revision
val http4sJdkhttpClient = "org.http4s" %% "http4s-jdk-http-client" % "1.0.0-M9"
val log4catsSlf4j = "org.typelevel" %% "log4cats-slf4j" % "2.6.0"
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.5.3"
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.5.6"
val jjwtApi = "io.jsonwebtoken" % "jjwt-api" % "0.12.5"
val jjwtImpl = "io.jsonwebtoken" % "jjwt-impl" % jjwtApi.revision
val jjwtJackson = "io.jsonwebtoken" % "jjwt-jackson" % jjwtApi.revision
Expand All @@ -41,7 +41,7 @@ object Dependencies {
val refined = "eu.timepit" %% "refined" % "0.11.1"
val refinedScalacheck = "eu.timepit" %% "refined-scalacheck" % refined.revision
val scalacacheCaffeine = "com.github.cb372" %% "scalacache-caffeine" % "1.0.0-M6"
val scalacheck = "org.scalacheck" %% "scalacheck" % "1.17.0"
val scalacheck = "org.scalacheck" %% "scalacheck" % "1.18.0"
val scalaStewardMillPluginArtifactName = "scala-steward-mill-plugin"
val scalaStewardMillPlugin =
"org.scala-steward" % s"${scalaStewardMillPluginArtifactName}_mill0.10_2.13" % "0.18.0"
Expand Down
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.3.1")
addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.10.0")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.1")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.7")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.0")

0 comments on commit c6d4993

Please sign in to comment.