Skip to content

Commit

Permalink
Merge pull request #125 from mdedetrich/update-scala-version
Browse files Browse the repository at this point in the history
Remove unnecessary Scala version
  • Loading branch information
mdedetrich authored Jan 26, 2024
2 parents ef6ca1f + 44cf338 commit a0284b6
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 a0284b6

Please sign in to comment.