Skip to content

Commit

Permalink
Update scala-library to 2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and scullxbones committed Sep 30, 2023
1 parent c726ff3 commit 658cc82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ jobs:
- mongo-version: 3.6
scala-version: 2.12.15
- mongo-version: 3.6
scala-version: 2.13.7
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
- mongo-version: "4.0"
scala-version: 2.13.7
scala-version: 2.13.12
- mongo-version: 4.2
scala-version: 2.12.15
- mongo-version: 4.2
scala-version: 2.13.7
scala-version: 2.13.12
env:
MONGODB_AUTH_PORT: 28117
MONGODB_NOAUTH_PORT: 27117
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
publish / skip := true

val scala212V = "2.12.15"
val scala213V = "2.13.7"
val scala213V = "2.13.12"

val scalaV = scala213V
val akkaV = "2.6.17"
Expand Down

0 comments on commit 658cc82

Please sign in to comment.