Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
felixoi committed Oct 17, 2018
1 parent 51f1dd4 commit ba6b478
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ scalacOptions ++= Seq(
"-Ywarn-unused:privates",
"-Ywarn-value-discard"
)
addCompilerPlugin("org.spire-math" %% "kind-projector" % "0.9.7")
addCompilerPlugin("org.spire-math" %% "kind-projector" % "0.9.8")

routesGenerator := InjectedRoutesGenerator
routesImport += "_root_.db.ObjectReference"
Expand All @@ -56,7 +56,7 @@ resolvers ++= Seq(

libraryDependencies ++= Seq(ehcache, ws, guice)

lazy val flexmarkVersion = "0.34.40"
lazy val flexmarkVersion = "0.34.52"
lazy val bouncycastleVersion = "1.60"
lazy val playSlickVersion = "3.0.3"

Expand All @@ -67,7 +67,7 @@ libraryDependencies ++= Seq(
"com.typesafe.play" %% "play-slick-evolutions" % playSlickVersion,
"org.postgresql" % "postgresql" % "42.2.5",
"com.github.tminglei" %% "slick-pg" % "0.16.3",
"io.sentry" % "sentry-logback" % "1.7.10",
"io.sentry" % "sentry-logback" % "1.7.12",
"org.bouncycastle" % "bcprov-jdk15on" % bouncycastleVersion,
"org.bouncycastle" % "bcpkix-jdk15on" % bouncycastleVersion,
"org.bouncycastle" % "bcpg-jdk15on" % bouncycastleVersion,
Expand Down

0 comments on commit ba6b478

Please sign in to comment.