Skip to content

Commit

Permalink
Remove Scala 2.12 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mszturo committed Dec 14, 2023
1 parent 0299cb8 commit f2b7dc4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import sbtrelease.ReleasePlugin.autoImport._

object Settings {

val scala_2_12 = "2.12.18"
val scala_2_13 = "2.13.11"

val alsoOnTest = "compile->compile;test->test"
Expand All @@ -13,7 +12,6 @@ object Settings {
val common = Seq(
organization := "org.virtuslab",
scalaVersion := scala_2_13,
crossScalaVersions := Seq(scala_2_12, scala_2_13),
releaseCrossBuild := true,

fork in Test := true,
Expand Down

0 comments on commit f2b7dc4

Please sign in to comment.