Skip to content

Commit 1bbf83f

Browse files
committed
bugfix: Ignore SIP-51 in build.sbt
1 parent fb8c35c commit 1bbf83f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ lazy val runtime = CrossProject(
108108
.settings(
109109
name := "scalac-scoverage-runtime",
110110
crossScalaVersions := bin212 ++ bin213,
111+
allowUnsafeScalaLibUpgrade := true,
111112
crossTarget := target.value / s"scala-${scalaVersion.value}",
112113
sharedSettings,
113114
publish / skip := !List(defaultScala212, defaultScala213)

0 commit comments

Comments
 (0)