Skip to content

Commit

Permalink
Remove unnecessary coma
Browse files Browse the repository at this point in the history
  • Loading branch information
kciesielski committed Apr 24, 2024
1 parent 66456cd commit 87db3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(
organization := "com.softwaremill.magnolia1_2",
description := "Fast, easy and transparent typeclass derivation for Scala 2",
updateDocs := UpdateVersionInDocs(sLog.value, organization.value, version.value, List(file("readme.md"))),
ideSkipProject := (scalaVersion.value == scala2_12) // only import 2.13 projects,
ideSkipProject := (scalaVersion.value == scala2_12) // only import 2.13 projects
)

lazy val root =
Expand Down

0 comments on commit 87db3d1

Please sign in to comment.