From f2b7dc4bfe032bbbe6de5ff93526b761ab3f6fd9 Mon Sep 17 00:00:00 2001 From: mszturo Date: Thu, 14 Dec 2023 10:20:22 +0100 Subject: [PATCH] Remove Scala 2.12 compatibility --- project/Settings.scala | 2 -- 1 file changed, 2 deletions(-) diff --git a/project/Settings.scala b/project/Settings.scala index 521b4c3..f51cbbd 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -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" @@ -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,