Skip to content

Commit

Permalink
remove version 2.11 (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
regis-leray authored Jun 2, 2022
1 parent 2c93398 commit 7cde797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ lazy val `zio-s3` = project
"dev.zio" %% "zio" % zioVersion,
"dev.zio" %% "zio-streams" % zioVersion,
"dev.zio" %% "zio-nio" % "1.0.0-RC12",
"dev.zio" %% "zio-interop-reactivestreams" % "1.3.9",
"dev.zio" %% "zio-interop-reactivestreams" % "1.3.12",
"software.amazon.awssdk" % "s3" % awsVersion,
"software.amazon.awssdk" % "sts" % awsVersion,
"dev.zio" %% "zio-test" % zioVersion % Test,
Expand Down
3 changes: 1 addition & 2 deletions project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import BuildInfoKeys._
import scalafix.sbt.ScalafixPlugin.autoImport._

object BuildHelper {
val Scala211 = "2.11.12"
val Scala212 = "2.12.15"
val Scala213 = "2.13.5"
val ScalaDotty = "3.1.2"
Expand Down Expand Up @@ -115,7 +114,7 @@ object BuildHelper {
def stdSettings(prjName: String) =
Seq(
name := s"$prjName",
crossScalaVersions := Seq(Scala211, Scala212, Scala213),
crossScalaVersions := Seq(Scala212, Scala213),
ThisBuild / scalaVersion := Scala213,
scalacOptions := stdOptions ++ extraOptions(scalaVersion.value, optimize = !isSnapshot.value),
semanticdbEnabled := scalaVersion.value != ScalaDotty, // enable SemanticDB
Expand Down

0 comments on commit 7cde797

Please sign in to comment.