Skip to content

Commit

Permalink
dropped 2.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronp committed Mar 7, 2020
1 parent 9ddae11 commit f114bb7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ enablePlugins(ParadoxMaterialThemePlugin) // see https://jonas.github.io/paradox
//ParadoxMaterialThemePlugin.paradoxMaterialThemeSettings(Paradox)

val username = "aaronp"
val scalaTwelve = "2.12.10"
val scalaThirteen = "2.13.0"
val defaultScalaVersion = scalaThirteen
crossScalaVersions := Seq(scalaTwelve, scalaThirteen)
crossScalaVersions := Seq(scalaThirteen)
scalaVersion := defaultScalaVersion

paradoxProperties += ("project.url" -> "https://aaronp.github.io/kafka4m/docs/current/")
Expand Down

0 comments on commit f114bb7

Please sign in to comment.