We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f41117a + 94bf112 commit 0afbf10Copy full SHA for 0afbf10
build.sbt
@@ -1,7 +1,7 @@
1
import com.typesafe.sbt.GitBranchPrompt
2
3
name := "search-management-ui"
4
-version := "4.3.0"
+version := "4.3.1"
5
maintainer := "Contact productful.io <hello@productful.io>"
6
7
scalaVersion := "2.13.14"
@@ -40,7 +40,7 @@ resolvers ++= Seq(
40
)
41
42
lazy val JacksonVersion = "2.15.2"
43
-lazy val Pac4jVersion = "6.0.4"
+lazy val Pac4jVersion = "6.1.0"
44
45
lazy val JacksonCoreExclusion = ExclusionRule(organization = "com.fasterxml.jackson.core")
46
0 commit comments