Skip to content

Commit

Permalink
Update scala-library to 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot committed Sep 20, 2024
1 parent 450bb83 commit a5b6f3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ lazy val plugin = Project (
name := "play-scalate",
organization := "org.scalatra.scalate",
version := "0.5.1-SNAPSHOT",
scalaVersion := "2.13.14",
crossScalaVersions := Seq("2.13.14"),
scalaVersion := "2.13.15",
crossScalaVersions := Seq("2.13.15"),
resolvers += Resolver.typesafeRepo("releases"),
libraryDependencies ++= Seq(
"org.playframework" %% "play" % play.core.PlayVersion.current % "provided",
Expand All @@ -25,8 +25,8 @@ lazy val playapp = Project(
).enablePlugins(PlayScala)
.settings(
Test / resourceDirectories += baseDirectory.value / "conf",
crossScalaVersions := Seq("2.13.14"),
scalaVersion := "2.13.14",
crossScalaVersions := Seq("2.13.15"),
scalaVersion := "2.13.15",
version := playAppVersion,
evictionErrorLevel := Level.Warn,
libraryDependencies ++= Seq(
Expand Down

0 comments on commit a5b6f3c

Please sign in to comment.