Skip to content

Commit

Permalink
Update scala-library to 2.13.15 (#52)
Browse files Browse the repository at this point in the history
Co-authored-by: horothesun-scala-steward[bot] <132169906+horothesun-scala-steward[bot]@users.noreply.github.com>
  • Loading branch information
horothesun-scala-steward[bot] authored Sep 25, 2024
1 parent aa0aa2a commit 2a11f12
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
@@ -1,4 +1,4 @@
ThisBuild / scalaVersion := "2.13.14"
ThisBuild / scalaVersion := "2.13.15"

lazy val root = (project in file("."))
.enablePlugins(ScriptedPlugin)
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ scalacOptions += "-Xfatal-warnings"

ThisBuild / organization := "com.$github_org;format="camel,lower"$"
ThisBuild / organizationName := "$github_org$"
ThisBuild / scalaVersion := "2.13.14"
ThisBuild / scalaVersion := "2.13.15"
val projectName = "$repo_name$"

Expand Down

0 comments on commit 2a11f12

Please sign in to comment.