Skip to content

Commit

Permalink
Merge branch 'master' into update/sbt-bloop-1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
h0ngcha0 committed Mar 7, 2020
2 parents 2bd0234 + 9992895 commit c9e8952
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ libraryDependencies ++= Seq(
"org.scodec" %% "scodec-core" % "1.11.4",
"com.iheart" %% "ficus" % "1.4.7",
"org.typelevel" %% "cats-core" % "2.1.1",
"com.github.mpilquist" %% "simulacrum" % "0.19.0",
"org.typelevel" %% "simulacrum" % "1.0.0",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.2",
"ch.qos.logback" % "logback-classic" % "1.2.3",
"org.scalatest" %% "scalatest" % "3.1.1" % "test",
"com.typesafe.play" %% "play-json" % "2.8.1",
"com.typesafe.play" %% "play-functional" % "2.8.1",
"de.heikoseeberger" %% "akka-http-play-json" % "1.30.0",
"de.heikoseeberger" %% "akka-http-play-json" % "1.31.0",
"org.julienrf" %% "play-json-derived-codecs" % "7.0.0",
"com.lihaoyi" %% "pprint" % "0.5.6"
"com.lihaoyi" %% "pprint" % "0.5.9"
)

resolvers ++= Seq(
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.7")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.2")
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.3.5")

0 comments on commit c9e8952

Please sign in to comment.