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 {
1313 lazy val V = new {
1414 val shapeless : String = " 2.3.3"
1515 val scala : String = " 2.13.2"
16- val scalaExercises : String = " 0.6.0-SNAPSHOT "
16+ val scalaExercises : String = " 0.6.0"
1717 val scalacheck : String = " 1.14.3"
1818 val scalacheckShapeless : String = " 1.2.5"
1919 val scalatest : String = " 3.1.1"
@@ -40,10 +40,6 @@ object ProjectPlugin extends AutoPlugin {
4040 organization := " org.scala-exercises" ,
4141 organizationName := " 47 Degrees" ,
4242 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
4844 )
4945}
You can’t perform that action at this time.
0 commit comments