Skip to content

Commit

Permalink
Update ProjectPlugin.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpedromoreno authored Apr 27, 2020
1 parent 5bde3df commit e38659f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object ProjectPlugin extends AutoPlugin {
lazy val V = new {
val shapeless: String = "2.3.3"
val scala: String = "2.13.2"
val scalaExercises: String = "0.6.0-SNAPSHOT"
val scalaExercises: String = "0.6.0"
val scalacheck: String = "1.14.3"
val scalacheckShapeless: String = "1.2.5"
val scalatest: String = "3.1.1"
Expand All @@ -40,10 +40,6 @@ object ProjectPlugin extends AutoPlugin {
organization := "org.scala-exercises",
organizationName := "47 Degrees",
organizationHomepage := Some(url("https://47deg.com")),
scalaVersion := autoImport.V.scala,
resolvers ++= Seq(
Resolver.sonatypeRepo("snapshots"),
Resolver.sonatypeRepo("releases")
)
scalaVersion := autoImport.V.scala
)
}

0 comments on commit e38659f

Please sign in to comment.