diff --git a/project/ScalaRelationalBuild.scala b/project/ScalaRelationalBuild.scala index 0b6ac1ee..9106fa8f 100644 --- a/project/ScalaRelationalBuild.scala +++ b/project/ScalaRelationalBuild.scala @@ -100,6 +100,6 @@ object Dependencies { val postgresqldatabase = "org.postgresql" % "postgresql" % "42.2.5" val scalaTest = "org.scalatest" %% "scalatest" % "3.0.5" % "test" val reactify = "com.outr" %% "reactify" % "3.0.3" - val enumeratum = "com.beachape" %% "enumeratum" % "1.5.13" + val enumeratum = "com.beachape" %% "enumeratum" % "1.5.15" val logging = "com.outr" %% "scribe-slf4j" % "2.7.0" }