Skip to content

Commit

Permalink
Merge pull request #66 from Banno/sam/combined-deps
Browse files Browse the repository at this point in the history
Combined dependency updates
  • Loading branch information
samspills authored Jan 22, 2025
2 parents de9edc6 + afefa99 commit 6a39a2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ThisBuild / tlSonatypeUseLegacyHost := true // publish to oss.sonatype.org
// publish website from this branch
ThisBuild / tlSitePublishBranch := Some("main")

val Scala213 = "2.13.15"
val scalafixV = "0.13.0"
val Scala213 = "2.13.16"
val scalafixV = "0.14.0"

ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.20")
ThisBuild / scalaVersion := Scala213 // the default Scala
Expand Down
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.5")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.5")
addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.5")
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.6")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.6")
addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.6")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.2")

0 comments on commit 6a39a2d

Please sign in to comment.