Skip to content

Commit 14eaa7c

Browse files
committed
Change to cleanup build after release
1 parent 86814d1 commit 14eaa7c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

build.sbt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ lazy val generic = project
114114
),
115115
scalatestSettings,
116116
publishSettings,
117-
mimaSettings(excludeScala3 = true), // re-include scala 3 after publishing
117+
mimaSettings(),
118118
scalaSettings ++ Seq(
119119
crossScalaVersions += scala3
120120
),
@@ -138,8 +138,6 @@ lazy val refined = project
138138
"org.typelevel" %% "cats-core" % catsVersion
139139
)
140140
),
141-
// uses munit because Scalatest and Refined for Scala 3.0.0-RC2 have
142-
// incompatible scala-xml dependencies
143141
munitSettings,
144142
publishSettings,
145143
mimaSettings(),
@@ -304,7 +302,7 @@ lazy val publishSettings =
304302
developers := List(
305303
Developer(
306304
id = "vlovgr",
307-
name = "Viktor Lövgren",
305+
name = "Viktor Rudebeck",
308306
email = "github@vlovgr.se",
309307
url = url("https://vlovgr.se")
310308
)

0 commit comments

Comments
 (0)