diff --git a/build.sbt b/build.sbt index 2af2c08..5ca99f9 100644 --- a/build.sbt +++ b/build.sbt @@ -46,13 +46,14 @@ ThisBuild / tlSitePublishBranch := Some("main") // Run this (build) to do everything involved in building the project commands += Command.command("build") { state => - "dependencyUpdates" :: - "compile" :: + "compile" :: "test" :: "docs / tlSite" :: "scalafixAll" :: "scalafmtAll" :: "headerCreateAll" :: + "dependencyUpdates" :: + "reload plugins; dependencyUpdates; reload return" :: state } diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 548f349..494417e 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -7,7 +7,7 @@ object Dependencies { // Library Versions val calicoVersion = "0.2.1" val catsVersion = "2.10.0" - val catsEffectVersion = "3.5.1" + val catsEffectVersion = "3.5.3" val fs2Version = "3.6.1" val scalaJsDomVersion = "2.4.0" val swingIoVersion = "0.1.0-M1" diff --git a/project/build.properties b/project/build.properties index 3040987..abbbce5 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.4 +sbt.version=1.9.8 diff --git a/project/plugins.sbt b/project/plugins.sbt index 1d742ba..deb30cc 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2") -addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.4") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0") +addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3") addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1") addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.5.0-RC10") addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.0-RC10")