File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import Dependencies .*
22import Settings .*
3- import sbt .internal .ProjectMatrix
43
5- lazy val root = (project withId " stryker4s" in file(" ." ))
4+ lazy val root = project
5+ .withId(" stryker4s" )
6+ .in(file(" ." ))
67 .settings(
78 buildLevelSettings,
89 publish / skip := true ,
Original file line number Diff line number Diff line change 1- sbt.version =1.12.11
1+ sbt.version =2.0.0-RC16
Original file line number Diff line number Diff line change 11addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.2" )
22addSbtPlugin(" io.stryker-mutator" % " sbt-stryker4s" % " 0.21.0" )
33addSbtPlugin(" org.typelevel" % " sbt-tpolecat" % " 0.5.6" )
4- addSbtPlugin(" com.eed3si9n" % " sbt-projectmatrix" % " 0.11.0" )
54
65// Protobuf plugin and its dependencies
7- addSbtPlugin(" com.thesamet" % " sbt-protoc" % " 1.0.8 " )
8- libraryDependencies += " com.thesamet.scalapb" %% " compilerplugin" % " 0.11.20 "
6+ addSbtPlugin(" com.thesamet" % " sbt-protoc" % " 1.1.0-RC1 " )
7+ libraryDependencies += " com.thesamet.scalapb" %% " compilerplugin" % " 1.0.0-alpha.5 "
You can’t perform that action at this time.
0 commit comments