Skip to content

Commit 7853058

Browse files
committed
Dep updates
1 parent 66ee764 commit 7853058

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=3.10.0
1+
version=3.10.1
22
maxColumn = 120
33
assumeStandardLibraryStripMargin = true
44

build.sbt

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@ lazy val catsVersion = "2.13.0"
77
lazy val catsEffectVersion = "3.6.3"
88
lazy val circeVersion = "0.14.15"
99
lazy val fs2Version = "3.12.2"
10-
lazy val h2Version = "2.3.232"
10+
lazy val h2Version = "2.4.240"
1111
lazy val hikariVersion = "7.0.2" // N.B. Hikari v4 introduces a breaking change via slf4j v2
1212
lazy val kindProjectorVersion = "0.11.2"
13-
lazy val mysqlVersion = "9.4.0"
13+
lazy val mysqlVersion = "9.5.0"
1414
lazy val log4catsVersion = "2.7.1"
1515
lazy val postGisVersion = "2025.1.1"
1616
lazy val postgresVersion = "42.7.8"
1717
lazy val refinedVersion = "0.11.3"
1818
lazy val scalaCollectionCompatVersion = "2.14.0"
1919
lazy val scalaCheckVersion = "1.15.4"
2020
lazy val scalatestVersion = "3.2.18"
21-
lazy val munitVersion = "1.2.0"
21+
lazy val munitVersion = "1.2.1"
2222
lazy val shapelessVersion = "2.3.13"
2323
lazy val silencerVersion = "1.7.1"
24-
lazy val specs2Version = "4.21.0"
24+
lazy val specs2Version = "4.23.0"
2525
lazy val scala212Version = "2.12.20"
26-
lazy val scala213Version = "2.13.16"
27-
lazy val scala3Version = "3.3.6"
26+
lazy val scala213Version = "2.13.17"
27+
lazy val scala3Version = "3.3.7"
2828
// scala-steward:off
2929
lazy val slf4jVersion = "1.7.36"
3030
// scala-steward:on
@@ -144,6 +144,10 @@ lazy val commonSettings =
144144
"https://github.com/typelevel/doobie/blob/v" + version.value + "€{FILE_PATH}.scala"
145145
),
146146

147+
// I'm not sure why semanticdbVersion is 4.12.3 which doesn't exist for Scala version 2.13.17
148+
// Perhaps SBT / Metals need to update their default version and this will be fixed in the future?
149+
semanticdbVersion := "4.14.1",
150+
147151
// Kind Projector (Scala 2 only)
148152
libraryDependencies ++= Seq(
149153
compilerPlugin("org.typelevel" %% "kind-projector" % "0.13.4" cross CrossVersion.full),

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.2")
99
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8")
1010
addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")
1111
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
12-
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.7.2")
12+
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.0")
1313
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
1414
addDependencyTreePlugin

0 commit comments

Comments
 (0)