Skip to content

Commit 12d8b79

Browse files
scala-stewardcatap
andauthored
Update scala to 2.12.21 (#206)
Co-authored-by: Kirill A. Korinsky <[email protected]>
1 parent ac6530a commit 12d8b79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44

55
## [unreleased]
6-
- Switched to scala-2.12.20
6+
- Switched to scala-2.12.21
77
- Switched to scala-2.13.18
88
- Switched to scala-3.7.4
99
- Switched to scalajs-1.20.1

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import sbtcrossproject.CrossPlugin.autoImport.crossProject
22

33
lazy val scala210 = "2.10.7"
44
lazy val scala211 = "2.11.12"
5-
lazy val scala212 = "2.12.20"
5+
lazy val scala212 = "2.12.21"
66
lazy val scala213 = "2.13.18"
77
lazy val scala3 = "3.7.4"
88

0 commit comments

Comments
 (0)