Skip to content

Commit

Permalink
Merge pull request #10698 from SethTisue/restarr-on-2.12.19
Browse files Browse the repository at this point in the history
re-STARR onto 2.12.19
  • Loading branch information
SethTisue committed Feb 22, 2024
2 parents afbad90 + 2ae86f3 commit 733815b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -95,7 +95,7 @@ lazy val publishSettings : Seq[Setting[_]] = Seq(
// should not be set directly. It is the same as the Maven version and derived automatically from `baseVersion` and
// `baseVersionSuffix`.
globalVersionSettings
(Global / baseVersion) := "2.12.19"
(Global / baseVersion) := "2.12.20"
(Global / baseVersionSuffix) := "SNAPSHOT"
(ThisBuild / organization) := "org.scala-lang"
(ThisBuild / homepage) := Some(url("https://www.scala-lang.org"))
Expand Down
2 changes: 1 addition & 1 deletion project/MimaFilters.scala
Expand Up @@ -13,7 +13,7 @@ object MimaFilters extends AutoPlugin {
import autoImport._

override val globalSettings = Seq(
mimaReferenceVersion := Some("2.12.18"),
mimaReferenceVersion := Some("2.12.19"),
)

val mimaFilters: Seq[ProblemFilter] = Seq[ProblemFilter](
Expand Down
2 changes: 1 addition & 1 deletion versions.properties
@@ -1,5 +1,5 @@
# Scala version used for bootstrapping (see README.md)
starr.version=2.12.18
starr.version=2.12.19

# The scala.binary.version determines how modules are resolved. It is set as follows:
# - After 2.x.0 is released, the binary version is 2.x
Expand Down

0 comments on commit 733815b

Please sign in to comment.