Skip to content

Commit

Permalink
Merge pull request #451 from scala-steward/update/scala-library-2.13.13
Browse files Browse the repository at this point in the history
Update scala-library, scala-reflect to 2.13.13
  • Loading branch information
vigoo authored Mar 31, 2024
2 parents b95016f + 66b8bc1 commit 80427c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import sbtcrossproject.{CrossProject, CrossType}
import scoverage.ScoverageKeys.coverageEnabled
import xerial.sbt.Sonatype._

val scala2 = "2.13.12"
val scala2 = "2.13.13"
val scala3 = "3.3.3"

val zioVersion = "2.0.21"
Expand Down
2 changes: 1 addition & 1 deletion golden-dataset-generator/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name := "golden-dataset-generator"

lazy val commonSettings = Seq(
organization := "io.github.vigoo",
scalaVersion := "2.13.12",
scalaVersion := "2.13.13",
scalacOptions := Seq(
"-deprecation",
"-unchecked"
Expand Down

0 comments on commit 80427c4

Please sign in to comment.