Skip to content

Commit 6a39a2d

Browse files
authored
Merge pull request #66 from Banno/sam/combined-deps
Combined dependency updates
2 parents de9edc6 + afefa99 commit 6a39a2d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ ThisBuild / tlSonatypeUseLegacyHost := true // publish to oss.sonatype.org
1515
// publish website from this branch
1616
ThisBuild / tlSitePublishBranch := Some("main")
1717

18-
val Scala213 = "2.13.15"
19-
val scalafixV = "0.13.0"
18+
val Scala213 = "2.13.16"
19+
val scalafixV = "0.14.0"
2020

2121
ThisBuild / crossScalaVersions := Seq(Scala213, "2.12.20")
2222
ThisBuild / scalaVersion := Scala213 // the default Scala

project/plugins.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.5")
2-
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.5")
3-
addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.5")
1+
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.6")
2+
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.6")
3+
addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.6")
44
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.2")

0 commit comments

Comments
 (0)