Skip to content

Commit

Permalink
Clean up some open steward PRs #515 #530 #578
Browse files Browse the repository at this point in the history
  • Loading branch information
scullxbones committed Oct 3, 2023
1 parent 2900ecc commit 7a85a05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ jobs:
matrix:
include:
- mongo-version: 3.6
scala-version: 2.12.15
scala-version: 2.12.18
- mongo-version: 3.6
scala-version: 2.13.12
# 4.0 must be quoted, otherwise will be truncated to 4
- mongo-version: "4.0"
scala-version: 2.12.15
scala-version: 2.12.18
- mongo-version: "4.0"
scala-version: 2.13.12
- mongo-version: 4.2
scala-version: 2.12.15
scala-version: 2.12.18
- mongo-version: 4.2
scala-version: 2.13.12
env:
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
publish / skip := true

val scala212V = "2.12.15"
val scala212V = "2.12.18"
val scala213V = "2.13.12"

val scalaV = scala213V
val akkaV = "2.6.20"

val MongoJavaDriverVersion = "4.10.2"
val Log4JVersion = "2.17.0"
val Log4JVersion = "2.17.2"
val NettyVersion = "4.1.98.Final"

val commonDeps = Seq(
Expand Down Expand Up @@ -114,7 +114,7 @@ lazy val `akka-persistence-mongo-scala` = (project in file("scala"))
"io.netty" % "netty-buffer" % NettyVersion % "compile",
"io.netty" % "netty-transport" % NettyVersion % "compile",
"io.netty" % "netty-handler" % NettyVersion % "compile",
"org.reactivestreams" % "reactive-streams" % "1.0.3"
"org.reactivestreams" % "reactive-streams" % "1.0.4"
),
dependencyOverrides ++= Seq(
)
Expand Down

0 comments on commit 7a85a05

Please sign in to comment.