Skip to content

Commit

Permalink
Update scala3 to 3.4.1 (#126)
Browse files Browse the repository at this point in the history
Co-authored-by: Kirill A. Korinsky <[email protected]>
  • Loading branch information
scala-steward and catap authored Mar 28, 2024
1 parent 3e96498 commit e343bcb
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 @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
- Drop support scala-2.12 for Scala.JS and Scala-Native
- Switched to scala-2.12.19
- Switched to scala-2.13.13
- Switched to scala-3.4.0
- Switched to scala-3.4.1
- Switched to scalajs-1.16.0
- Switched to scala-native-0.4.7

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 @@ lazy val scala210 = "2.10.7"
lazy val scala211 = "2.11.12"
lazy val scala212 = "2.12.19"
lazy val scala213 = "2.13.13"
lazy val scala3 = "3.4.0"
lazy val scala3 = "3.4.1"

lazy val scalatestVersion = "3.2.18"
lazy val jmhVersion = "1.37"
Expand Down

0 comments on commit e343bcb

Please sign in to comment.