diff --git a/project/Settings.scala b/project/Settings.scala index 65ef1bf..8f7a814 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -23,7 +23,7 @@ object Settings extends Dependencies { val scala213 = "2.13.10" val scala3 = "3.2.2" - val nextVersion = "2.1.7" + val nextVersion = "2.3.1" val artifactVersion: String = { sys.env.get("LENSES_TAG_NAME") match { case Some(tag) => tag