~jan0sch/smederee

Showing details for patch 3de472c0c721bc3c3d4c1ba8398921e20932ac64.
2025-02-13 (Thu), 8:09 AM - Jens Grassel - 3de472c0c721bc3c3d4c1ba8398921e20932ac64

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-02-20 15:21:57.215857605 +0000
+++ new-smederee/build.sbt	2025-02-20 15:21:57.215857605 +0000
@@ -13,7 +13,7 @@
         scalaVersion     := "3.3.5",
         organization     := "de.smederee",
         organizationName := "Contributors as noted in the AUTHORS.md file",
-        version          := "0.15.1",
+        version          := "0.16.0-SNAPSHOT",
         scalacOptions ++= Seq(
             "-deprecation",
             "-explain",