Skip to content

Commit

Permalink
Pin specs2 for scala 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Jan 21, 2025
1 parent c6ef1c0 commit 11b3330
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
updates.pin = [
{ groupId = "org.scala-lang", version = "2.12." }
# sbt plugins must be on 2.12 for v1
{ groupId = "org.scala-lang", artifactId = "scala-library", version = "2.12." },
# v5 is scala 3 only
{ groupId = "org.specs2", artifactId = "specs2-core", version = "4." }
]

0 comments on commit 11b3330

Please sign in to comment.