Skip to content

Commit

Permalink
Merge pull request #455 from djx314/update/pekko-http-1.1.0
Browse files Browse the repository at this point in the history
Update pekko-http, pekko-http-spray-json to 1.1.0
  • Loading branch information
djx314 authored Oct 5, 2024
2 parents 9b5857c + 6d753f7 commit 8a18bbc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ object LibraryDeptsInstance extends _root_.djx.sbt.depts.abs.LibraryDepts {

libraryDependencies += "org.apache.pekko" %% "pekko-stream-typed" % "1.1.1"

libraryDependencies += "org.apache.pekko" %% "pekko-http" % "1.0.1"
libraryDependencies += "org.apache.pekko" %% "pekko-http" % "1.1.0"

libraryDependencies += "org.apache.pekko" %% "pekko-http-spray-json" % "1.0.1"
libraryDependencies += "org.apache.pekko" %% "pekko-http-spray-json" % "1.1.0"

libraryDependencies += "org.apache.pekko" %% "pekko-serialization-jackson" % "1.1.1"

Expand Down Expand Up @@ -483,9 +483,9 @@ object LibraryDeptsInstance extends _root_.djx.sbt.depts.abs.LibraryDepts {

libraryDependencies += "org.apache.pekko" %% "pekko-stream-typed" % "1.1.1"

libraryDependencies += "org.apache.pekko" %% "pekko-http" % "1.0.1"
libraryDependencies += "org.apache.pekko" %% "pekko-http" % "1.1.0"

libraryDependencies += "org.apache.pekko" %% "pekko-http-spray-json" % "1.0.1"
libraryDependencies += "org.apache.pekko" %% "pekko-http-spray-json" % "1.1.0"

libraryDependencies += "org.apache.pekko" %% "pekko-serialization-jackson" % "1.1.1"

Expand Down Expand Up @@ -759,9 +759,9 @@ object LibraryDeptsInstance extends _root_.djx.sbt.depts.abs.LibraryDepts {

libraryDependencies += "org.apache.pekko" %% "pekko-stream-typed" % "1.1.1"

libraryDependencies += "org.apache.pekko" %% "pekko-http" % "1.0.1"
libraryDependencies += "org.apache.pekko" %% "pekko-http" % "1.1.0"

libraryDependencies += "org.apache.pekko" %% "pekko-http-spray-json" % "1.0.1"
libraryDependencies += "org.apache.pekko" %% "pekko-http-spray-json" % "1.1.0"

libraryDependencies += "org.apache.pekko" %% "pekko-serialization-jackson" % "1.1.1"

Expand Down
4 changes: 2 additions & 2 deletions scala-version-project/scala_212-project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ libraryDependencies += "com.github.kwhat" % "jnativehook" % "2.2.2"
VarContext.changeDeptVar := "pekko-all"
libraryDependencies += "org.apache.pekko" %% "pekko-actor-typed" % "1.1.1"
libraryDependencies += "org.apache.pekko" %% "pekko-stream-typed" % "1.1.1"
libraryDependencies += "org.apache.pekko" %% "pekko-http" % "1.0.1"
libraryDependencies += "org.apache.pekko" %% "pekko-http-spray-json" % "1.0.1"
libraryDependencies += "org.apache.pekko" %% "pekko-http" % "1.1.0"
libraryDependencies += "org.apache.pekko" %% "pekko-http-spray-json" % "1.1.0"
libraryDependencies += "org.apache.pekko" %% "pekko-serialization-jackson" % "1.1.1"
libraryDependencies += "org.apache.pekko" %% "pekko-slf4j" % "1.1.1"

Expand Down
4 changes: 2 additions & 2 deletions scala-version-project/scala_213-project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ libraryDependencies += "com.github.kwhat" % "jnativehook" % "2.2.2"
VarContext.changeDeptVar := "pekko-all"
libraryDependencies += "org.apache.pekko" %% "pekko-actor-typed" % "1.1.1"
libraryDependencies += "org.apache.pekko" %% "pekko-stream-typed" % "1.1.1"
libraryDependencies += "org.apache.pekko" %% "pekko-http" % "1.0.1"
libraryDependencies += "org.apache.pekko" %% "pekko-http-spray-json" % "1.0.1"
libraryDependencies += "org.apache.pekko" %% "pekko-http" % "1.1.0"
libraryDependencies += "org.apache.pekko" %% "pekko-http-spray-json" % "1.1.0"
libraryDependencies += "org.apache.pekko" %% "pekko-serialization-jackson" % "1.1.1"
libraryDependencies += "org.apache.pekko" %% "pekko-slf4j" % "1.1.1"

Expand Down
4 changes: 2 additions & 2 deletions scala-version-project/scala_3-project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ libraryDependencies += "com.github.kwhat" % "jnativehook" % "2.2.2"
VarContext.changeDeptVar := "pekko-all"
libraryDependencies += "org.apache.pekko" %% "pekko-actor-typed" % "1.1.1"
libraryDependencies += "org.apache.pekko" %% "pekko-stream-typed" % "1.1.1"
libraryDependencies += "org.apache.pekko" %% "pekko-http" % "1.0.1"
libraryDependencies += "org.apache.pekko" %% "pekko-http-spray-json" % "1.0.1"
libraryDependencies += "org.apache.pekko" %% "pekko-http" % "1.1.0"
libraryDependencies += "org.apache.pekko" %% "pekko-http-spray-json" % "1.1.0"
libraryDependencies += "org.apache.pekko" %% "pekko-serialization-jackson" % "1.1.1"
libraryDependencies += "org.apache.pekko" %% "pekko-slf4j" % "1.1.1"

Expand Down

0 comments on commit 8a18bbc

Please sign in to comment.