Skip to content

Commit

Permalink
Update scala to 3.6.3 (#252)
Browse files Browse the repository at this point in the history
Co-authored-by: Kirill A. Korinsky <k@kcry.pt>
  • Loading branch information
scala-steward and catap authored Jan 22, 2025
1 parent b34a0f2 commit 72f7aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
## [unreleased]
- Switched to scala-2.12.20
- Switched to scala-2.13.16
- Switched to scala-3.6.2
- Switched to scala-3.6.3
- Switched to scalajs-1.18.1
- Switched to scala-native-0.5.6

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lazy val scala210 = "2.10.7"
lazy val scala211 = "2.11.12"
lazy val scala212 = "2.12.20"
lazy val scala213 = "2.13.16"
lazy val scala3 = "3.6.2"
lazy val scala3 = "3.6.3"

lazy val scalatestVersion = "3.2.19"

Expand Down

0 comments on commit 72f7aa0

Please sign in to comment.