~jan0sch/smederee

Showing details for patch 55174d8a640eed5978ef7ccc6cfc1a521f44719f.
2024-07-29 (Mon), 1:08 PM - Jens Grassel - 55174d8a640eed5978ef7ccc6cfc1a521f44719f

Set version to next SNAPSHOT version.

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
diff -rN -u old-smederee/build.sbt new-smederee/build.sbt
--- old-smederee/build.sbt	2025-01-10 21:14:01.047455867 +0000
+++ new-smederee/build.sbt	2025-01-10 21:14:01.047455867 +0000
@@ -13,7 +13,7 @@
         scalaVersion     := "3.3.3",
         organization     := "de.smederee",
         organizationName := "Contributors as noted in the AUTHORS.md file",
-        version          := "0.14.2",
+        version          := "0.15.0-SNAPSHOT",
         scalacOptions ++= Seq(
             "-deprecation",
             "-explain",