Skip to content

Commit

Permalink
Exclude sdk 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonard Wolters committed Nov 2, 2023
1 parent 2accbbf commit f86fb71
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 @@ -17,7 +17,7 @@ lazy val root = (project in file("."))
List(
organization := "com.crobox.clickhouse",
scalaVersion := "2.13.8",
crossScalaVersions := List("2.12.13", "2.13.8"),
crossScalaVersions := List("2.13.8"),
javacOptions ++= Seq("-g", "-Xlint:unchecked", "-Xlint:deprecation", "-source", "11", "-target", "11"),
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-language:_", "-encoding", "UTF-8"),
publishTo := {
Expand Down

0 comments on commit f86fb71

Please sign in to comment.