Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Apr 22, 2024
1 parent c8dcd6b commit 43d362f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ private[scaladsl] object DurableStateExceptionSupport {

private def exceptionClassOpt: Option[Class[_]] =
Try(Class.forName(
"org.apache.pekko.persistence.state.exception.DeleteRevisionException")).toOption
"org.apache.pekko.persistence.state.exception.DeleteRevisionException")).toOption

private lazy val constructorOpt = exceptionClassOpt.map { clz =>
val mt = MethodType.methodType(classOf[Unit], classOf[String])
Expand All @@ -38,4 +38,4 @@ private[scaladsl] object DurableStateExceptionSupport {
constructor.invoke(message).asInstanceOf[Exception]
}

}
}
1 change: 0 additions & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ object Dependencies {

val Libraries: Seq[ModuleID] = Seq(
"org.apache.pekko" %% "pekko-persistence-query" % PekkoVersion,
"org.apache.pekko" %% "pekko-persistence-typed" % PekkoVersion,
"com.typesafe.slick" %% "slick" % SlickVersion,
"com.typesafe.slick" %% "slick-hikaricp" % SlickVersion,
"ch.qos.logback" % "logback-classic" % LogbackVersion % Test,
Expand Down

0 comments on commit 43d362f

Please sign in to comment.