Skip to content

Commit c43142c

Browse files
committed
Towards 1.1.2.
1 parent 8ef9ea9 commit c43142c

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

build.sbt

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
import com.typesafe.tools.mima.core._
33
import sbtcrossproject.{crossProject, CrossType}
44

5-
val previousVersion = "1.1.0"
5+
val previousVersion = "1.1.1"
66

77
inThisBuild(Def.settings(
88
crossScalaVersions := Seq("2.12.13", "2.11.12", "2.13.4"),
99
scalaVersion := crossScalaVersions.value.head,
10-
version := "1.1.1",
10+
version := "1.1.2-SNAPSHOT",
1111
organization := "org.portable-scala",
1212

1313
scalacOptions ++= Seq(
@@ -34,12 +34,6 @@ lazy val `portable-scala-reflect` = crossProject(JSPlatform, JVMPlatform, Native
3434

3535
mimaPreviousArtifacts +=
3636
organization.value %%% moduleName.value % previousVersion,
37-
mimaBinaryIssueFilters ++= List(
38-
/* Macros were moved to `internal` package so that `Reflect`'s metadata doesn't get polluted by types from `scala-reflect` */
39-
ProblemFilters.exclude[DirectMissingMethodProblem]("org.portablescala.reflect.Reflect.lookupInstantiatableClass_impl"),
40-
ProblemFilters.exclude[DirectMissingMethodProblem]("org.portablescala.reflect.Reflect.lookupLoadableModuleClass_impl"),
41-
ProblemFilters.exclude[MissingClassProblem]("org.portablescala.reflect.Reflect$MacroCompat$*"),
42-
),
4337

4438
publishMavenStyle := true,
4539
publishTo := {

0 commit comments

Comments
 (0)