Skip to content

Commit

Permalink
release notes 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kasiaMarek committed Feb 7, 2024
1 parent 450514c commit 1fb03d4
Show file tree
Hide file tree
Showing 4 changed files with 488 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ body:
id: version
attributes:
label: Version of Metals
placeholder: v1.2.0
placeholder: v1.2.1
validations:
required: true

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mtags-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on:
metals_version:
description: "Metals Version"
required: true
default: "v1.2.0"
default: "v1.2.1"
metals_ref:
description: "Tag/branch-name from which run release"
required: true
# If you update this line after release
# just put the tag name (`v*.*.*`) here as in `metals_version.value` above.
# Don't be confused if this value contains `*.*.*_mtags_release`
default: "v1.2.0"
default: "v1.2.1"
jobs:
test_and_release:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
Global / resolvers += "scala-integration" at
"https://scala-ci.typesafe.com/artifactory/scala-integration/"

def localSnapshotVersion = "1.2.1-SNAPSHOT"
def localSnapshotVersion = "1.2.2-SNAPSHOT"
def isCI = System.getenv("CI") != null

def isScala211(v: Option[(Long, Long)]): Boolean = v.contains((2, 11))
Expand Down Expand Up @@ -238,7 +238,7 @@ lazy val interfaces = project
moduleName := "mtags-interfaces",
autoScalaLibrary := false,
mimaPreviousArtifacts := Set(
"org.scalameta" % "mtags-interfaces" % "1.0.1"
"org.scalameta" % "mtags-interfaces" % "1.2.0"
),
crossPaths := false,
libraryDependencies ++= List(
Expand Down
Loading

0 comments on commit 1fb03d4

Please sign in to comment.