Skip to content

Commit

Permalink
Merge 198cc30 into a086e4d
Browse files Browse the repository at this point in the history
  • Loading branch information
Z1kkurat committed Jul 12, 2021
2 parents a086e4d + 198cc30 commit 9e9f474
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lazy val commonSettings = Seq(
startYear := Some(2019),
organizationName := "Evolution Gaming",
organizationHomepage := Some(url("http://evolutiongaming.com")),
bintrayOrganization := Some("evolutiongaming"),
publishTo := Some(Resolver.evolutionReleases),
scalaVersion := crossScalaVersions.value.head,
crossScalaVersions := Seq("2.13.5", "2.12.11"),
coverageScalacPluginVersion := "1.4.2",
Expand Down
10 changes: 4 additions & 6 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
externalResolvers += Resolver.bintrayIvyRepo("evolutiongaming", "sbt-plugins")

addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.6.1")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")

addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7")

addSbtPlugin("com.github.sbt" % "sbt-release" % "1.0.15")

addSbtPlugin("com.evolutiongaming" % "sbt-scalac-opts-plugin" % "0.0.6")

addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.18" )

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")

addSbtPlugin("com.evolution" % "sbt-scalac-opts-plugin" % "0.0.9")

addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.0.2")

0 comments on commit 9e9f474

Please sign in to comment.