We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a2017 commit 13b29d5Copy full SHA for 13b29d5
3 files changed
build.sbt
@@ -9,8 +9,6 @@ ThisBuild / versionScheme := Some("semver-spec")
9
Test / scalaVersion := _scalaVersion
10
ThisBuild / description := "A lightweight event streaming library for Scala"
11
12
-ThisBuild / version := "1.2.0-M2"
13
-
14
val standardOptions = Seq(
15
"-deprecation",
16
"-feature",
project/plugins.sbt
@@ -1 +1,2 @@
1
addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.5.0")
2
+addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
version.sbt
@@ -1 +1 @@
-ThisBuild / version := "1.2.0-M1"
+ThisBuild / version := "1.2.0-M4"
0 commit comments