File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ object ProjectPlugin extends AutoPlugin {
13
13
lazy val V = new {
14
14
val shapeless : String = " 2.3.3"
15
15
val scala : String = " 2.13.2"
16
- val scalaExercises : String = " 0.6.0-SNAPSHOT "
16
+ val scalaExercises : String = " 0.6.0"
17
17
val scalacheck : String = " 1.14.3"
18
18
val scalacheckShapeless : String = " 1.2.5"
19
19
val scalatest : String = " 3.1.1"
@@ -40,10 +40,6 @@ object ProjectPlugin extends AutoPlugin {
40
40
organization := " org.scala-exercises" ,
41
41
organizationName := " 47 Degrees" ,
42
42
organizationHomepage := Some (url(" https://47deg.com" )),
43
- scalaVersion := autoImport.V .scala,
44
- resolvers ++= Seq (
45
- Resolver .sonatypeRepo(" snapshots" ),
46
- Resolver .sonatypeRepo(" releases" )
47
- )
43
+ scalaVersion := autoImport.V .scala
48
44
)
49
45
}
You can’t perform that action at this time.
0 commit comments