diff --git a/project/Deps.scala b/project/Deps.scala index 24de17c..1b5dbe1 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -4,7 +4,7 @@ import sbt.Keys.* object Deps { def lib(m: ModuleID) = libraryDependencies += m lazy val sbtIo = "org.scala-sbt" %% "io" % "1.10.5" - lazy val scalacheck = "org.scalacheck" %% "scalacheck" % "1.18.1" + lazy val scalacheck = "org.scalacheck" %% "scalacheck" % "1.19.0" lazy val junit = "junit" % "junit" % "4.13.2" lazy val verify = "com.eed3si9n.verify" %% "verify" % "1.0.0" diff --git a/project/build.properties b/project/build.properties index e480c67..c605beb 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.11.5 +sbt.version=1.12.3 diff --git a/project/plugins.sbt b/project/plugins.sbt index 47dd86d..b98da69 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,11 +2,11 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-javaversioncheck" % "0.1.0") addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1") -addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4") +addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.5") addSbtPlugin("com.github.sbt" % "sbt-proguard" % "0.5.0") addSbtPlugin("com.eed3si9n" % "sbt-nocomma" % "0.1.2") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6") addSbtPlugin("io.get-coursier" % "sbt-shading" % "2.1.5") -addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") +addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0") scalacOptions += "-feature"