Skip to content

Commit

Permalink
Update scala-library to 2.13.11 (#353)
Browse files Browse the repository at this point in the history
* Update scala-library to 2.13.11

* Update config.yml

---------

Co-authored-by: svroonland <[email protected]>
  • Loading branch information
scala-steward and svroonland authored Jun 25, 2023
1 parent e75a8fb commit e4d053c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- checkout
- restore_cache:
key: sbt-cache-3
- run: sbt ++2.13.10! check
- run: sbt ++2.13.11! check
- save_cache:
key: sbt-cache-3
paths:
Expand All @@ -25,7 +25,7 @@ jobs:
- checkout
- restore_cache:
key: sbt-cache-3
- run: sbt ++2.13.10! docs/makeMdoc
- run: sbt ++2.13.11! docs/makeMdoc

test213_jdk17:
docker:
Expand All @@ -35,7 +35,7 @@ jobs:
- checkout
- restore_cache:
key: sbt-cache-3
- run: sbt ++2.13.10! compile rezilienceJVM/test config/test
- run: sbt ++2.13.11! compile rezilienceJVM/test config/test
- save_cache:
key: sbt-cache-3
paths:
Expand All @@ -49,7 +49,7 @@ jobs:
- checkout
- restore_cache:
key: sbt-cache-3
- run: sbt ++2.13.10! compile rezilienceJVM/test
- run: sbt ++2.13.11! compile rezilienceJVM/test
- save_cache:
key: sbt-cache-3
paths:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- run: apt-get update
- run: apt-get install -y ruby-full build-essential zlib1g-dev
- run: gem install jekyll bundler
- run: sbt ++2.13.10! publishLocal docs/publishMicrosite
- run: sbt ++2.13.11! publishLocal docs/publishMicrosite

workflows:
version: 2
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.scalafmt.sbt.ScalafmtPlugin.autoImport.scalafmtOnCompile
import sbt.Keys.resolvers
val mainScala = "2.13.10"
val mainScala = "2.13.11"
val scala3Version = "3.3.0"
val allScala = Seq(mainScala, scala3Version)
val zioVersion = "2.0.15"
Expand Down

0 comments on commit e4d053c

Please sign in to comment.