Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=2.6.1
version=2.6.3
style = defaultWithAlign
maxColumn = 100

Expand Down
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ addCommandAlias("ci-publish", ";github; ci-release")
lazy val V = new {
val cats: String = "2.1.1"
val collectioncompat: String = "2.1.6"
val github4s: String = "0.24.1"
val http4s: String = "0.21.6"
val runtime: String = "0.6.3"
val github4s: String = "0.25.0"
val http4s: String = "0.21.7"
val runtime: String = "0.6.4"
val scala: String = "2.13.3"
val scala212: String = "2.12.11"
val scala212: String = "2.12.12"
val scalacheck: String = "1.14.3"
val scalacheckShapeless: String = "1.2.5"
val scalamacros: String = "2.1.1"
val scalariform: String = "0.2.10"
val scalatest: String = "3.2.0"
val scalatest: String = "3.2.1"
}

lazy val definitions = (project in file("definitions"))
Expand Down
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.3")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.4")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.8.2")
Expand Down
2 changes: 1 addition & 1 deletion sbt-exercise/build.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")

enablePlugins(sbtbuildinfo.BuildInfoPlugin)