Skip to content

Commit

Permalink
Set next snapshot version (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsloan authored Nov 14, 2023
1 parent b0aacc8 commit 6557a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6557a6e

Please sign in to comment.