Skip to content

Commit 2f8c80e

Browse files
committed
upgrade scheduler dependencies
1 parent 9e61a43 commit 2f8c80e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ThisBuild / organization := "app.softnetwork"
3131

3232
name := "notification"
3333

34-
ThisBuild / version := "0.3.2.1"
34+
ThisBuild / version := "0.3.2.2"
3535

3636
ThisBuild / scalaVersion := "2.12.15"
3737

common/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ libraryDependencies ++= Seq(
1111
"app.softnetwork.scheduler" %% "scheduler-common" % Versions.scheduler,
1212
"app.softnetwork.scheduler" %% "scheduler-common" % Versions.scheduler % "protobuf",
1313
"app.softnetwork.api" %% "generic-server-api" % Versions.genericPersistence,
14-
"app.softnetwork.protobuf" %% "scalapb-extensions" % "0.1.6",
14+
"app.softnetwork.protobuf" %% "scalapb-extensions" % "0.1.7",
1515
"org.apache.commons" % "commons-email" % "1.5",
1616
"com.google.auth" % "google-auth-library-oauth2-http" % "0.20.0" excludeAll guavaExclusion,
1717
"io.opencensus" % "opencensus-contrib-http-util" % "0.24.0" excludeAll(guavaExclusion, ExclusionRule(organization = "io.grpc", name="grpc-context")),

project/src/main/scala/app/softnetwork/sbt/build/Versions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ object Versions {
44

55
val genericPersistence = "0.3.2.3"
66

7-
val scheduler = "0.3.2.1"
7+
val scheduler = "0.3.2.2"
88

99
val scalatest = "3.1.1"
1010
}

0 commit comments

Comments
 (0)