Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 55e26fe

Browse files
committedJun 13, 2024
Remove Scala 2.11 support
1 parent 38c5edd commit 55e26fe

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎build.sbt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
val scala3 = "3.3.3"
22
val scala213 = "2.13.14"
3-
val scala212 = "2.12.13"
4-
val scala211 = "2.11.12"
3+
val scala212 = "2.12.19"
54

65
inThisBuild(
76
Seq(
87
organization := "com.github.lolgab",
98
version := "0.2.1",
109
scalaVersion := scala213,
11-
crossScalaVersions := Seq(scala3, scala213, scala212, scala211),
10+
crossScalaVersions := Seq(scala3, scala213, scala212)
1211
)
1312
)
1413

0 commit comments

Comments
 (0)
Please sign in to comment.