Skip to content

Commit 13b29d5

Browse files
version bump
1 parent 38a2017 commit 13b29d5

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

build.sbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ ThisBuild / versionScheme := Some("semver-spec")
99
Test / scalaVersion := _scalaVersion
1010
ThisBuild / description := "A lightweight event streaming library for Scala"
1111

12-
ThisBuild / version := "1.2.0-M2"
13-
1412
val standardOptions = Seq(
1513
"-deprecation",
1614
"-feature",

project/plugins.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
addSbtPlugin("com.github.sbt" % "sbt-jacoco" % "3.5.0")
2+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "1.2.0-M1"
1+
ThisBuild / version := "1.2.0-M4"

0 commit comments

Comments
 (0)