We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11beb62 commit 7127805Copy full SHA for 7127805
build.sbt
@@ -3,7 +3,7 @@ lazy val shapeless = (project in file("."))
3
.enablePlugins(ExerciseCompilerPlugin)
4
.settings(
5
organization := "org.scala-exercises",
6
- name := "content-shapeless",
+ name := "exercises-shapeless",
7
scalaVersion := "2.11.7",
8
version := "0.0.0-SNAPSHOT",
9
resolvers ++= Seq(
@@ -70,4 +70,4 @@ lazy val publishSettings = Seq(
70
<email>masgui@gmail.com</email>
71
</developer>
72
</developers>
73
-)
+)
0 commit comments