From 9427c3362eef1c4738221d2d533400b0c16b804a Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Mon, 31 May 2021 17:59:51 -0300 Subject: [PATCH] new event serializer --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9ae7e6c..d9ad075 100644 --- a/build.sbt +++ b/build.sbt @@ -12,7 +12,7 @@ publishLocal := {} lazy val commonSettings = Seq( name := "akka-reactivemongo-plugin", organization := "null-vector", - version := s"1.5.0-SNAPSHOT", + version := s"1.5.0", scalaVersion := scala213, crossScalaVersions := supportedScalaVersions, scalacOptions := Seq(