Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnu-liguobin committed Dec 27, 2023
1 parent b3b0c68 commit d75f6e1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ inThisBuild(
List(
organization := "org.bitlap",
homepage := Some(url("https://github.com/bitlap/zio-pekko")),
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
licenses := List("Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0")),
scalaVersion := mainScala,
crossScalaVersions := allScala,
Test / parallelExecution := false,
Test / fork := true,
sonatypeCredentialHost := "s01.oss.sonatype.org",
sonatypeRepository := "https://s01.oss.sonatype.org/service/local",
scmInfo := Some(
ScmInfo(url("https://github.com/bitlap/zio-pekko"), "scm:git:[email protected]:bitlap/zio-pekko.git")
),
Expand Down Expand Up @@ -51,8 +52,6 @@ lazy val `zio-pekko-cluster` = project
"org.apache.pekko" %% "pekko-cluster-sharding" % pekkoVersion,
"dev.zio" %% "zio-test" % zioVersion % "test",
"dev.zio" %% "zio-test-sbt" % zioVersion % "test"
// compilerPlugin("org.typelevel" %% "kind-projector" % "0.13.2" cross CrossVersion.full),
// compilerPlugin("com.olegpy" %% "better-monadic-for" % "0.3.1")
),
testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework")
)
Expand Down

0 comments on commit d75f6e1

Please sign in to comment.