diff --git a/build.sbt b/build.sbt index c118a15..b2fee66 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ ThisBuild / developers := List(tlGitHubDev("darkfrog26", "Matt Hicks")) // Dependency versions val collectionCompatVersion: String = "2.12.0" -val reactifyVersion: String = "4.1.1" +val reactifyVersion: String = "4.1.2" val scalaTestVersion: String = "3.2.19"