File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments