Skip to content

Commit

Permalink
Bump Scala 3.4.3 to 3.5.0 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
drmarjanovic authored Sep 4, 2024
1 parent 637744d commit 28eebb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fail-fast: false
matrix:
java: [ "8", "11", "17", "21" ]
scala: [ "2.12.19", "2.13.14", "3.4.2" ]
scala: [ "2.12.19", "2.13.14", "3.5.0" ]
steps:
- name: Checkout current branch
uses: actions/checkout@v4.1.7
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ libraryDependencies += "io.lambdaworks" %% "scountries" % "x.y.z"

Where `x.y.z` refers to the release version in the badge above.

[scala-version-badge]: https://img.shields.io/badge/scala-2.13.13-blue?logo=scala&color=red
[scala-version-badge]: https://img.shields.io/badge/scala-2.13.14-blue?logo=scala&color=red
[ci-badge]: https://github.com/lambdaworks/scountries/actions/workflows/ci.yml/badge.svg
[ci-link]: https://github.com/lambdaworks/scountriesr/actions/workflows/ci.yml
[license-badge]: https://img.shields.io/badge/License-Apache%202.0-blue.svg
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges

val Scala212: String = "2.12.19"
val Scala213: String = "2.13.14"
val Scala3: String = "3.4.3"
val Scala3: String = "3.5.0"

inThisBuild(
List(
Expand Down

0 comments on commit 28eebb8

Please sign in to comment.