diff --git a/build.sbt b/build.sbt index 4322820..7ea2c16 100644 --- a/build.sbt +++ b/build.sbt @@ -210,9 +210,9 @@ lazy val inputOutputCommon = Def.settings( Nil } }, - libraryDependencies += "com.typesafe.slick" %% "slick" % "3.5.1", + libraryDependencies += "com.typesafe.slick" %% "slick" % "3.5.2", libraryDependencies += "io.monix" %% "monix-eval" % "3.4.1", - libraryDependencies += "org.mockito" % "mockito-subclass" % "5.14.0", + libraryDependencies += "org.mockito" % "mockito-subclass" % "5.14.2", libraryDependencies += "org.atnos" %% "eff-core" % "7.0.4" ) diff --git a/project/build.properties b/project/build.properties index 0b699c3..09feeee 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.2 +sbt.version=1.10.4 diff --git a/project/plugins.sbt b/project/plugins.sbt index 590ef11..b978be7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.0") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3") -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")