Skip to content

Commit

Permalink
Update scala3 to 3.4.2 (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 17, 2024
1 parent 6d43501 commit 95455c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.

## [unreleased]
- Switched to scala-2.13.14
- Switched to scala-3.4.2

## [3.1.2] - 2024-04-24
- Drop support scala-2.12 for Scala.JS and Scala-Native
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.19"
lazy val scala213 = "2.13.14"
lazy val scala3 = "3.4.1"
lazy val scala3 = "3.4.2"

lazy val scalatestVersion = "3.2.18"

Expand Down

0 comments on commit 95455c5

Please sign in to comment.