Skip to content

Commit

Permalink
Merge branch 'main' into update/jdeb-1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 authored Feb 3, 2025
2 parents ae5549a + 03f8a0e commit 4a505a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/.scala-steward.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
updates.pin = [
{ groupId = "org.scala-lang", artifactId = "scala-library", version = "2.12." }
]
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges

// crossBuildingSettings
lazy val scala212 = "2.12.20"
lazy val scala3 = "3.6.2"
lazy val scala3 = "3.6.3"
Global / scalaVersion := scala3
crossScalaVersions := Seq(scala3, scala212)
(pluginCrossBuild / sbtVersion) := {
Expand Down

0 comments on commit 4a505a9

Please sign in to comment.