Skip to content

Commit

Permalink
Run scalafmtSbt
Browse files Browse the repository at this point in the history
  • Loading branch information
zakpatterson committed Jul 6, 2019
1 parent 2db555e commit 85b0658
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -332,14 +332,13 @@ lazy val enumeratumCirce = crossProject(JSPlatform, JVMPlatform)
)
}
)
.jsSettings(
libraryDependencies ++= (CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, scalaMajor)) if scalaMajor >= 13 => Seq(
.jsSettings(libraryDependencies ++= (CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, scalaMajor)) if scalaMajor >= 13 =>
Seq(
"io.circe" %%% "not-java-time" % "0.2.0" % Test
)
case _ => Seq()
}
))
case _ => Seq()
}))
lazy val enumeratumCirceJs = enumeratumCirce.js
lazy val enumeratumCirceJvm = enumeratumCirce.jvm

Expand Down

0 comments on commit 85b0658

Please sign in to comment.