Skip to content

Commit

Permalink
Fix updating of scala versions with scala steward
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Oct 1, 2024
1 parent cef3625 commit ac001cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Latest version of jgit which was compiled with JDK 8 which this project targets
updates.pin = [{ groupId = "org.eclipse.jgit", version = "5.13.0.202109080827-r" }]
updates.pin = [
{ groupId = "org.eclipse.jgit", version = "5.13.0.202109080827-r" },
{ groupId = "org.scala-lang", artifactId = "scala-library", version = "2.12." }
]
updates.ignore = [
{ groupId = "org.eclipse.jgit" }
]
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ inThisBuild(
licenses := Seq(
"Apache-2.0" -> url("http://www.apache.org/license/LICENSE-2.0")
),
scalaVersion := "2.12.17", // scala-steward:off
scalaVersion := "2.12.20",
versionScheme := Some("semver-spec")
)
)
Expand Down

0 comments on commit ac001cc

Please sign in to comment.