Skip to content

Commit

Permalink
Merge pull request #434 from lorandszakacs/set-base-version-to-1.3
Browse files Browse the repository at this point in the history
Bump base version to 1.3.0
  • Loading branch information
lorandszakacs authored Apr 23, 2021
2 parents bb9c947 + 30d45ec commit 0d71d3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val Scala212 = "2.12.13"
enablePlugins(SonatypeCiReleasePlugin)

ThisBuild / organization := "org.typelevel"
ThisBuild / baseVersion := "1.2"
ThisBuild / baseVersion := "1.3"
ThisBuild / crossScalaVersions := Seq(Scala213, Scala212, "3.0.0-RC2", "3.0.0-RC3")
ThisBuild / scalaVersion := Scala213
ThisBuild / publishFullName := "Christopher Davenport"
Expand All @@ -21,7 +21,7 @@ ThisBuild / versionIntroduced := Map(
"3.0.0-M3" -> "1.2.0",
"3.0.0-RC1" -> "1.2.0",
"3.0.0-RC2" -> "1.2.2",
"3.0.0-RC3" -> "1.2.3"
"3.0.0-RC3" -> "1.3.0"
)

val MicrositesCond = s"matrix.scala == '$Scala212'"
Expand Down

0 comments on commit 0d71d3e

Please sign in to comment.