We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be9d8f6 commit 26e8b89Copy full SHA for 26e8b89
project/ProjectPlugin.scala
@@ -13,7 +13,7 @@ object ProjectPlugin extends AutoPlugin {
13
lazy val V = new {
14
val shapeless: String = "2.3.3"
15
val scala: String = "2.13.2"
16
- val scalaExercises: String = "0.6.0-SNAPSHOT"
+ val scalaExercises: String = "0.6.0"
17
val scalacheck: String = "1.14.3"
18
val scalacheckShapeless: String = "1.2.5"
19
val scalatest: String = "3.1.1"
@@ -40,10 +40,6 @@ object ProjectPlugin extends AutoPlugin {
40
organization := "org.scala-exercises",
41
organizationName := "47 Degrees",
42
organizationHomepage := Some(url("https://47deg.com")),
43
- scalaVersion := autoImport.V.scala,
44
- resolvers ++= Seq(
45
- Resolver.sonatypeRepo("snapshots"),
46
- Resolver.sonatypeRepo("releases")
47
- )
+ scalaVersion := autoImport.V.scala
48
)
49
}
0 commit comments