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 73015db commit 3e801dbCopy full SHA for 3e801db
build.sbt
@@ -75,7 +75,7 @@ lazy val core = (project in file("core"))
75
76
lazy val scala2macros = project
77
.settings(
78
- name := "scala2macros",
+ name := "scala2-macros",
79
scalaVersion := scala213,
80
crossScalaVersions := scala2,
81
libraryDependencies ++= Dependencies.scalaLogging(scalaVersion.value, false),
0 commit comments