Skip to content

Commit

Permalink
Downgrade org.reflections to 0.9.11 due to a bug
Browse files Browse the repository at this point in the history
Apparently I'm able to invoke our codepropertygraph's console via a path
that triggers ronmamo/reflections#273.
This is very unfortunate and due to the way the artifact is being
publishes I'm unable to downgrade directly in the project I use.

The fix is in 0.9.13-SNAPSHOT (not yet released) so suggestig to
downgrade until it is officially out.
  • Loading branch information
hubertp committed Sep 18, 2020
1 parent bd2c318 commit 882bfc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traversal/build.sbt
Expand Up @@ -2,7 +2,7 @@ name := "overflowdb-traversal"

libraryDependencies ++= Seq(
"org.scala-lang" % "scala-compiler" % scalaVersion.value,
"org.reflections" % "reflections" % "0.9.12",
"org.reflections" % "reflections" % "0.9.11", // 0.9.12 is broken
"com.massisframework" % "j-text-utils" % "0.3.4",
"org.scalatest" %% "scalatest" % "3.0.8" % Test,
"org.slf4j" % "slf4j-simple" % "1.7.28" % Test,
Expand Down

0 comments on commit 882bfc2

Please sign in to comment.