Skip to content

Commit

Permalink
Add FuncNot into reflect-config
Browse files Browse the repository at this point in the history
  • Loading branch information
danslapman committed Dec 14, 2022
1 parent 31c4d4a commit ece3ba1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,15 @@
}
]
},
{
"name" : "com.sun.org.apache.xpath.internal.functions.FuncNot",
"methods" : [
{
"name" : "<init>",
"parameterTypes" : []
}
]
},
{
"name" : "com.sun.org.apache.xpath.internal.functions.FuncNumber",
"methods" : [
Expand Down
2 changes: 1 addition & 1 deletion backend/project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object Settings {

val common = Seq(
organization := "ru.tinkoff",
version := "3.2.1",
version := "3.2.2",
scalaVersion := "2.13.10",
Compile / packageDoc / publishArtifact := false,
Compile / packageSrc / publishArtifact := false,
Expand Down

0 comments on commit ece3ba1

Please sign in to comment.