Skip to content

Commit eb9ca49

Browse files
committed
Bump version
1 parent 9d5cea4 commit eb9ca49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ inThisBuild(
1717
developers := Developers.list,
1818
version ~= { dynVer =>
1919
if (isRelease) dynVer
20-
else "4.1.0-SNAPSHOT" // only for local publishing
20+
else "4.3.0-SNAPSHOT" // only for local publishing
2121
},
2222
resolvers ++= Resolver.sonatypeOssRepos("snapshots"),
2323
compile / javacOptions ++= Seq("-source", "1.8", "-target", "1.8")

0 commit comments

Comments
 (0)