Skip to content

Commit

Permalink
Update 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 6aeee3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inThisBuild(
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"
scalaVersion := "2.12.18"
)
)

Expand Down

0 comments on commit 6aeee3b

Please sign in to comment.