Skip to content

Commit

Permalink
Lib updates
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Quiroz <carlos.m.quiroz@gmail.com>
  • Loading branch information
cquiroz committed Aug 8, 2020
1 parent 09fb924 commit 1624910
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
@@ -1,4 +1,4 @@
version = "2.6.3"
version = "2.6.4"
style = default

maxColumn = 100
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -195,7 +195,7 @@ lazy val scalajavatimeTests = crossProject(JVMPlatform, JSPlatform)
publishArtifact := false,
Keys.`package` := file(""),
libraryDependencies +=
"org.scalatest" %%% "scalatest" % "3.2.0" % "test",
"org.scalatest" %%% "scalatest" % "3.2.1" % "test",
scalacOptions ~= (_.filterNot(
Set("-Wnumeric-widen", "-Ywarn-numeric-widen", "-Ywarn-value-discard", "-Wvalue-discard")
))
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -13,7 +13,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0")

addSbtPlugin("io.github.cquiroz" % "sbt-tzdb" % "1.0.0")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")

addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.13")

Expand Down

0 comments on commit 1624910

Please sign in to comment.