Skip to content

Commit

Permalink
Remove cross-building to 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
peel committed Nov 27, 2024
1 parent 561a64d commit a36ac51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ object BuildSettings {
name := "snowplow-stream-collector",
description := "Scala Stream Collector for Snowplow raw events",
scalaVersion := "2.13.12",
crossScalaVersions := Seq("2.13.12", "2.12.14"),
scalacOptions ++= Seq("-Ywarn-macros:after"),
javacOptions := Seq("-source", "11", "-target", "11"),
resolvers ++= Seq(
Expand Down

0 comments on commit a36ac51

Please sign in to comment.