From f5258b1404d425941f89cef909eebc855382e377 Mon Sep 17 00:00:00 2001 From: Sam Guymer Date: Fri, 28 Apr 2023 03:01:46 +0100 Subject: [PATCH] Dependency updates --- .scalafmt.conf | 2 +- build.sbt | 20 ++++++++++---------- project/build.sbt | 6 +----- project/plugins.sbt | 4 ++-- 4 files changed, 14 insertions(+), 18 deletions(-) diff --git a/.scalafmt.conf b/.scalafmt.conf index 79df80610..9d9c2faed 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.1 +version = 3.7.3 runner.dialect = scala213source3 align.preset = none diff --git a/build.sbt b/build.sbt index 9d0bbd266..a5d35a58b 100644 --- a/build.sbt +++ b/build.sbt @@ -2,24 +2,24 @@ import FreeGen2._ val catsVersion = "2.9.0" -val catsEffectVersion = "3.4.8" +val catsEffectVersion = "3.4.9" val circeVersion = "0.14.5" val fs2Version = "3.6.1" val h2Version = "2.1.214" val hikariVersion = "5.0.1" val magnoliaVersion = "1.1.3" val munitVersion = "1.0.0-M7" -val mysqlVersion = "8.0.32" +val mysqlVersion = "8.0.33" val postgisVersion = "2021.1.0" -val postgresVersion = "42.5.4" -val refinedVersion = "0.10.2" +val postgresVersion = "42.6.0" +val refinedVersion = "0.10.3" val scalatestVersion = "3.2.15" val shapelessVersion = "2.3.10" val specs2Version = "4.19.2" -val slf4jVersion = "2.0.6" -val weaverVersion = "0.8.1" -val zioInteropCats = "23.0.0.2" -val zioVersion = "2.0.10" +val slf4jVersion = "2.0.7" +val weaverVersion = "0.8.3" +val zioInteropCats = "23.0.0.4" +val zioVersion = "2.0.13" val Scala213 = "2.13.10" val Scala3 = "3.2.2" @@ -44,7 +44,7 @@ val AllTests = sbt.config("tt") extend (Test, IntegrationTest) lazy val commonSettings = Seq( scalaVersion := Scala213, crossScalaVersions := Seq(Scala213, Scala3), - versionScheme := Some("early-semver"), + versionScheme := Some("pvp"), scalacOptions ++= Seq( "-deprecation", @@ -196,7 +196,7 @@ lazy val core = module("core") "org.typelevel" %% "cats-core" % catsVersion, "org.typelevel" %% "cats-effect-kernel" % catsEffectVersion, "co.fs2" %% "fs2-core" % fs2Version, - "org.tpolecat" %% "typename" % "1.0.0", + "org.tpolecat" %% "typename" % "1.1.0", "com.h2database" % "h2" % h2Version % Test, "dev.zio" %% "zio-interop-cats" % zioInteropCats % Test, diff --git a/project/build.sbt b/project/build.sbt index be85babd3..265148b3f 100644 --- a/project/build.sbt +++ b/project/build.sbt @@ -1,7 +1,3 @@ // Required for the freegen definition for postgres in ../build.sbt -val postgresVersion = "42.5.4" +val postgresVersion = "42.6.0" libraryDependencies += "org.postgresql" % "postgresql" % postgresVersion - -libraryDependencySchemes ++= Seq( - "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always, -) diff --git a/project/plugins.sbt b/project/plugins.sbt index 53c49c16b..86f4a4cc9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,9 +5,9 @@ addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.4") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") -addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.0.11") +addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.1.1") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.1") -addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") +//addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")