Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
All except sbt-typelevel, which requires rebuilding the documentation
  • Loading branch information
noelwelsh committed Feb 13, 2024
1 parent dcd65b3 commit bdeb85b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.4
sbt.version=1.9.8
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit bdeb85b

Please sign in to comment.