Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request #44 from macgrewal/sbt-scala-upgrade
Browse files Browse the repository at this point in the history
Upgraded to use SBT 1.3. Added Scala 2.12 cross compilation
  • Loading branch information
dannyprok authored Feb 28, 2020
2 parents dfd8c29 + 04928dd commit 7a3a916
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ lazy val zapAutomation = Project(appName, file("."))
makePublicallyAvailableOnBintray := true,
scalaVersion := "2.11.12",
libraryDependencies ++= compileDependencies ++ testDependencies,
crossScalaVersions := Seq("2.11.12"),
crossScalaVersions := Seq("2.11.12", "2.12.10"),
resolvers += Resolver.bintrayRepo("hmrc", "releases")
)
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Activator-generated Properties
#Tue May 23 15:23:34 BST 2017
template.uuid=ab7c69c7-05b8-4efe-9f9e-264617a8076b
sbt.version=0.13.17
sbt.version=1.3.8
8 changes: 4 additions & 4 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ resolvers += "HMRC Releases" at "https://dl.bintray.com/hmrc/releases"

resolvers += "Typesafe Releases" at "http://repo.typesafe.com/typesafe/releases/"

addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "1.13.0")
addSbtPlugin("uk.gov.hmrc" % "sbt-auto-build" % "2.6.0")

addSbtPlugin("uk.gov.hmrc" % "sbt-git-versioning" % "1.15.0")
addSbtPlugin("uk.gov.hmrc" % "sbt-git-versioning" % "2.1.0")

addSbtPlugin("uk.gov.hmrc" % "sbt-artifactory" % "0.17.0")
addSbtPlugin("uk.gov.hmrc" % "sbt-artifactory" % "1.0.0")

addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.3.2")
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.3.8")

0 comments on commit 7a3a916

Please sign in to comment.