Skip to content

Commit e1d594a

Browse files
committed
temp skip version policy check
1 parent 4268a28 commit e1d594a

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

build.sbt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ lazy val benchmark = (projectMatrix
8181
axisValues = Seq(ConfigAxis.Provider.pekko),
8282
configure = _.settings(
8383
moduleName := moduleName.value + "-pekko",
84-
versionPolicyCheck / skip := true
84+
versionPolicyCheck / skip := true,
8585
),
8686
)
8787
.jvmPlatform(
@@ -103,13 +103,15 @@ lazy val `sequentially-metrics` = (projectMatrix
103103
axisValues = Seq(ConfigAxis.Provider.pekko),
104104
configure = _.settings(
105105
moduleName := moduleName.value + "-pekko",
106-
versionPolicyCheck / skip := true
106+
versionPolicyCheck / skip := true,
107107
),
108108
)
109109
.jvmPlatform(
110110
scalaVersions = ScalaVersions,
111111
axisValues = Seq(ConfigAxis.Provider.akka),
112-
configure = identity,
112+
configure = _.settings(
113+
versionPolicyCheck / skip := true
114+
),
113115
)
114116

115117
//used by evolution-gaming/scala-github-actions

0 commit comments

Comments
 (0)