Skip to content

Commit

Permalink
fix: change private sdk 1.4 to public maven (#685)
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Baliasnikov <[email protected]>
  • Loading branch information
Anton Baliasnikov authored Sep 6, 2023
1 parent 1a1702f commit 128bcac
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ lazy val V = new {
val logback = "1.4.8"
val slf4j = "2.0.7"

val prismSdk = "v1.4.1" // scala-steward:off
val prismSdk = "1.4.1" // scala-steward:off
val scalaUri = "4.0.3"

val jwtCirceVersion = "9.1.2"
Expand Down Expand Up @@ -613,8 +613,6 @@ val irisClient = project

val castorCommonSettings = Seq(
testFrameworks := Seq(new TestFramework("zio.test.sbt.ZTestFramework")),
githubTokenSource := TokenSource.Environment("GITHUB_TOKEN"),
resolvers += Resolver.githubPackages("input-output-hk"),
// Needed for Kotlin coroutines that support new memory management mode
resolvers += "JetBrains Space Maven Repository" at "https://maven.pkg.jetbrains.space/public/p/kotlinx-coroutines/maven"
)
Expand All @@ -635,8 +633,6 @@ lazy val castorCore = project

val polluxCommonSettings = Seq(
testFrameworks ++= Seq(new TestFramework("zio.test.sbt.ZTestFramework")),
githubTokenSource := TokenSource.Environment("GITHUB_TOKEN"),
resolvers += Resolver.githubPackages("input-output-hk"),
// Needed for Kotlin coroutines that support new memory management mode
resolvers += "JetBrains Space Maven Repository" at "https://maven.pkg.jetbrains.space/public/p/kotlinx-coroutines/maven"
)
Expand Down

0 comments on commit 128bcac

Please sign in to comment.