Skip to content

Commit

Permalink
feat: removed 2.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
QuadStingray committed Apr 6, 2023
1 parent 737f92e commit 2596bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ developers := List(

licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html"))

crossScalaVersions := Seq("2.13.10", "2.12.17")
crossScalaVersions := Seq("2.13.10")

scalaVersion := crossScalaVersions.value.head

Expand Down

0 comments on commit 2596bd6

Please sign in to comment.