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