Skip to content

Commit

Permalink
Remove unnecessary Scala version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Jan 26, 2024
1 parent c0eac3b commit 44cf338
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ inThisBuild(
homepage := Some(url("https://github.com/woq-blended/blended")),
version := "1.2.3",
libraryDependencies += "org.osgi" % "org.osgi.core" % "4.3.0" % "provided",
licenses += ("Apache 2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html")),
scalaVersion := "2.12.6"
licenses += ("Apache 2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html"))
)
)

Expand Down

0 comments on commit 44cf338

Please sign in to comment.