Skip to content

Commit

Permalink
bump to 0.3.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnu-liguobin committed Jan 6, 2024
1 parent 33fb933 commit dad61d8
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ lazy val junitInterfaceVersion = "0.12"

lazy val skywalkingVersion = "9.1.0"

lazy val calibanVersion = "2.0.1"
lazy val zioGrpcVersion = "0.6.0-rc5"
lazy val zioGrpcTestVersion = "0.6.0-test4"
lazy val zioVersion = "2.0.3"
lazy val zioHttp2Version = "2.0.0-RC10"
lazy val catsEffectVersion = "3.4.1"
lazy val zioCacheVersion = "0.2.3"
lazy val calibanVersion = "2.0.1"
lazy val zioGrpcVersion = "0.6.0-rc5"
lazy val zioVersion = "2.0.15"
lazy val zioHttp2Version = "2.0.0-RC10"
lazy val catsEffectVersion = "3.4.1"
lazy val zioCacheVersion = "0.2.3"

inThisBuild(
List(
Expand Down Expand Up @@ -60,7 +59,7 @@ lazy val commonSettings =
),
crossPaths := false,
Test / testOptions := Seq(Tests.Argument(TestFrameworks.JUnit, "-a")),
run / fork := false,
run / fork := true,
Test / fork := true,
Test / parallelExecution := true
)
Expand Down Expand Up @@ -105,7 +104,7 @@ lazy val `ziogrpc-plugin-common` = (project in file("shared/ziogrpc-plugin-commo
assemblyPackageScala / assembleArtifact := false,
assemblyPackageDependency / assembleArtifact := false,
libraryDependencies ++= Seq(
"com.thesamet.scalapb.zio-grpc" %% "zio-grpc-core" % zioGrpcTestVersion % Provided
"com.thesamet.scalapb.zio-grpc" %% "zio-grpc-core" % zioGrpcVersion % Provided
)
)
.dependsOn(`plugin-common`)
Expand Down
Binary file removed img.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.2.0-beta2"
ThisBuild / version := "0.3.0-SNAPSHOT"

0 comments on commit dad61d8

Please sign in to comment.