Skip to content

Commit

Permalink
Update scala-library to 2.12.20
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Sep 2, 2024
1 parent e5dd3d1 commit 9cf7f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
lazy val commonSettings = Seq(
scalaVersion := "2.12.19",
scalaVersion := "2.12.20",
version := "0.4-SNAPSHOT",
organization := "de.b-studios",
crossScalaVersions := Seq("2.12.19", "2.13.14", "3.5.0"),
crossScalaVersions := Seq("2.12.20", "2.13.14", "3.5.0"),
scalacOptions ++= Seq(
"-deprecation",
"-encoding", "UTF-8",
Expand Down

0 comments on commit 9cf7f8f

Please sign in to comment.