Skip to content

Commit a707002

Browse files
committed
prepare release v0.3.1.1
1 parent b2b6112 commit a707002

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ ThisBuild / organization := "app.softnetwork"
3131

3232
name := "scheduler"
3333

34-
ThisBuild / version := "0.3.1"
34+
ThisBuild / version := "0.3.1.1"
3535

3636
ThisBuild / scalaVersion := "2.12.15"
3737

38-
ThisBuild / scalacOptions ++= Seq("-deprecation", "-feature", "-target:jvm-1.8")
38+
ThisBuild / scalacOptions ++= Seq("-deprecation", "-feature", "-target:jvm-1.8", "-Ypartial-unification")
3939

4040
ThisBuild / javacOptions ++= Seq("-source", "1.8", "-target", "1.8", "-Xlint")
4141

0 commit comments

Comments
 (0)