Skip to content

Commit

Permalink
Merge ac115bd into 7741593
Browse files Browse the repository at this point in the history
  • Loading branch information
h0ngcha0 committed Dec 18, 2019
2 parents 7741593 + ac115bd commit e18bac0
Show file tree
Hide file tree
Showing 43 changed files with 15,235 additions and 1,936 deletions.
12 changes: 6 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ scalacOptions := Seq(
"-Ymacro-annotations"
)

val akkaHttpVersion = "10.1.10"
val akkaHttpVersion = "10.1.11"

libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-http" % akkaHttpVersion,
Expand All @@ -33,14 +33,14 @@ libraryDependencies ++= Seq(
"com.madgag.spongycastle" % "core" % "1.58.0.0",
"org.scodec" %% "scodec-core" % "1.11.4",
"com.iheart" %% "ficus" % "1.4.7",
"org.typelevel" %% "cats-core" % "2.1.0-RC1",
"org.typelevel" %% "cats-core" % "2.1.0-RC3",
"com.github.mpilquist" %% "simulacrum" % "0.19.0",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.2",
"ch.qos.logback" % "logback-classic" % "1.2.3",
"org.scalatest" %% "scalatest" % "3.0.8" % "test",
"com.typesafe.play" %% "play-json" % "2.7.4",
"com.typesafe.play" %% "play-functional" % "2.7.4",
"de.heikoseeberger" %% "akka-http-play-json" % "1.29.1",
"org.scalatest" %% "scalatest" % "3.1.0" % "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",
"org.julienrf" %% "play-json-derived-codecs" % "6.0.0",
"com.lihaoyi" %% "pprint" % "0.5.6"
)
Expand Down
Loading

0 comments on commit e18bac0

Please sign in to comment.