Skip to content

Commit

Permalink
Merge pull request #50 from ckipp01/drop11
Browse files Browse the repository at this point in the history
refactor: remove publishing for 2.11
  • Loading branch information
ckipp01 authored Jun 26, 2023
2 parents acd7e73 + 85873f7 commit 263a95e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ import com.github.lolgab.mill.crossplatform._
import com.goyeau.mill.scalafix.ScalafixModule
import io.kipp.mill.ci.release.CiReleaseModule

val scala211 = "2.11.12"
val scala212 = "2.12.17"
val scala213 = "2.13.10"

val scalaJS1 = "1.11.0"

val scalaVersions = List(scala211, scala212, scala213)
val scalaVersions = List(scala212, scala213)

trait CommonPublish extends CiReleaseModule with Mima {

Expand Down

0 comments on commit 263a95e

Please sign in to comment.