Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
de32b45
chore: Update fs2-core from 3.12.0 to 3.12.2
scala-steward Jun 6, 2026
a9dc01f
chore: Update ip4s-core from 3.6.0 to 3.8.0
scala-steward Jun 6, 2026
294f657
chore: Update testcontainers-scala-jdbc from 0.43.0 to 0.43.6
scala-steward Jun 6, 2026
0982e3f
chore: Update decline from 2.5.0 to 2.6.2
scala-steward Jun 6, 2026
821f702
chore: Update scribe from 3.16.0 to 3.16.1
scala-steward Jun 6, 2026
0e1d930
chore: Update tapir-http4s-client from 1.11.20 to 1.11.50
scala-steward Jun 6, 2026
3ca925d
chore: Update circe-core from 0.14.12 to 0.14.15
scala-steward Jun 6, 2026
19d1bbb
chore: Update flyway-core from 11.5.0 to 11.20.3
scala-steward Jun 6, 2026
424ddf4
chore: Update http4s-core from 0.23.30 to 0.23.34
scala-steward Jun 6, 2026
d2aae7d
chore: Update http4s-netty-client from 0.5.23 to 0.5.31
scala-steward Jun 6, 2026
7e16e8c
chore: Update postgresql from 42.7.5 to 42.7.11
scala-steward Jun 6, 2026
0459120
chore: Update scala3-library from 3.3.5 to 3.3.7
scala-steward Jun 6, 2026
c4f42d9
chore: Update sbt from 1.10.11 to 1.12.11
scala-steward Jun 6, 2026
0a06a25
chore: Update munit from 1.1.0 to 1.1.1
scala-steward Jun 6, 2026
cc99703
chore: Update munit-scalacheck from 1.1.0 to 1.3.0
scala-steward Jun 6, 2026
409736f
chore: Update scalafmt-core from 3.9.4 to 3.9.10
scala-steward Jun 6, 2026
eab75a7
Reformat with scalafmt 3.9.10
scala-steward Jun 6, 2026
ddd53e8
Add 'Reformat with scalafmt 3.9.10' to .git-blame-ignore-revs
scala-steward Jun 6, 2026
e93235c
chore: Update cats-effect from 3.6.0 to 3.6.3
scala-steward Jun 6, 2026
f607c4f
chore: Update munit-cats-effect from 2.1.0 to 2.2.0
scala-steward Jun 6, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ final case class $Prefix$(client: $Prefix$Client) extends Module:
val probe = new Probe:
override def component: Component =
Component(Component.Name("$lowerCaseModuleName$"), Component.Type.Datastore)
override def check: IO[Boolean] = true.pure[IO]
override def check: IO[Boolean] = true.pure[IO]
probe.pure[List]
end probes
end $Prefix$
Expand Down
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@

# Scala Steward: Reformat with scalafmt 3.9.2
23d24656a79b22213a8491a1b6fdee8be35fed86

# Scala Steward: Reformat with scalafmt 3.9.10
eab75a7694710d72773e3b875c442e1a2578ecd8
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.9.4
version = 3.9.10
runner.dialect = scala3
maxColumn = 120

Expand Down
32 changes: 16 additions & 16 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
import sbt.*

object versions {
val scala = "3.3.5"
val scala = "3.3.7"
// Dependencies
val cats = "2.13.0"
val catsEffect = "3.6.0"
val circe = "0.14.12"
val catsEffect = "3.6.3"
val circe = "0.14.15"
val circeYaml = "0.15.3"
val decline = "2.5.0"
val decline = "2.6.2"
val doobie = "1.0.0-RC9"
val flyway = "11.5.0"
val fs2 = "3.12.0"
val flyway = "11.20.3"
val fs2 = "3.12.2"
val fs2Rabbit = "5.2.0"
val http4s = "0.23.30"
val http4sNetty = "0.5.23"
val ip4s = "3.6.0"
val http4s = "0.23.34"
val http4sNetty = "0.5.31"
val ip4s = "3.8.0"
val iron = "2.6.0"
val literally = "1.2.0"
val openApiCirce = "0.11.3"
val otel4s = "0.12.0"
val postgresqlDriver = "42.7.5"
val postgresqlDriver = "42.7.11"
val rediculous = "0.5.1"
val scribe = "3.16.0"
val scribe = "3.16.1"
val skunk = "1.0.0-M10"
val tapir = "1.11.20"
val testContainers = "0.43.0"
val tapir = "1.11.50"
val testContainers = "0.43.6"

object munit {
val core = "1.1.0"
val catsEffect = "2.1.0"
val scalacheck = "1.1.0"
val core = "1.1.1"
val catsEffect = "2.2.0"
val scalacheck = "1.3.0"
val http4s = "1.1.0"
}

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.11
sbt.version=1.12.11
Loading