Skip to content

Commit

Permalink
Update pekko-actor-typed, pekko-stream to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 25, 2024
1 parent 4d639de commit 8d53653
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ lazy val commonSettings = Seq(
// "-Ydebug-error",
// "-Wunused:all" // disabled until https://github.com/lampepfl/dotty/issues/17315 is resolved
) ++ {
val local = (LocalRootProject / baseDirectory).value.toURI
val local = (LocalRootProject / baseDirectory).value.toURI
val remote = s"https://raw.githubusercontent.com/sirthias/borer/${git.gitHeadCommit.value.get}/"
s"-scalajs-mapSourceURI:$local->$remote" :: Nil
},
Expand Down Expand Up @@ -111,8 +111,8 @@ lazy val releaseSettings = {
val `akka-actor` = Def.setting("com.typesafe.akka" %% "akka-actor-typed" % "2.8.5")
val `akka-stream` = Def.setting("com.typesafe.akka" %% "akka-stream" % "2.8.5")
val `akka-http` = Def.setting("com.typesafe.akka" %% "akka-http" % "10.5.3")
val `pekko-actor` = Def.setting("org.apache.pekko" %% "pekko-actor-typed" % "1.0.2")
val `pekko-stream` = Def.setting("org.apache.pekko" %% "pekko-stream" % "1.0.2")
val `pekko-actor` = Def.setting("org.apache.pekko" %% "pekko-actor-typed" % "1.0.3")
val `pekko-stream` = Def.setting("org.apache.pekko" %% "pekko-stream" % "1.0.3")
val `pekko-http` = Def.setting("org.apache.pekko" %% "pekko-http" % "1.0.1")
val `cats-core` = Def.setting("org.typelevel" %%% "cats-core" % "2.10.0")
val `circe-core` = Def.setting("io.circe" %%% "circe-core" % "0.14.6")
Expand Down Expand Up @@ -316,7 +316,7 @@ lazy val site = project
munit.value
),
com.github.sbt.git.SbtGit.GitKeys.gitRemoteRepo := scmInfo.value.get.connection.drop("scm:git:".length),
ghpagesNoJekyll := true,
ghpagesNoJekyll := true,
ParadoxMaterialThemePlugin.paradoxMaterialThemeSettings(Compile),
Compile / paradoxMaterialTheme := {
ParadoxMaterialTheme()
Expand Down

0 comments on commit 8d53653

Please sign in to comment.