Skip to content

Commit

Permalink
bump: update scala-library, scala-reflect from 2.13.13 to 2.13.14 (#4395
Browse files Browse the repository at this point in the history
)
  • Loading branch information
scala-steward authored May 17, 2024
1 parent 18bf52f commit 34fb86f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object Dependencies {

val scalafixVersion = _root_.scalafix.sbt.BuildInfo.scalafixVersion // grab from plugin

val scala213Version = "2.13.13"
val scala213Version = "2.13.14"
val scala3Version = "3.3.3"
val allScalaVersions = Seq(scala213Version, scala3Version)

Expand Down
2 changes: 1 addition & 1 deletion samples/akka-http-quickstart-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lazy val root = (project in file(".")).
settings(
inThisBuild(List(
organization := "com.example",
scalaVersion := "2.13.13"
scalaVersion := "2.13.14"
)),
name := "akka-http-quickstart",
libraryDependencies ++= Seq(
Expand Down

0 comments on commit 34fb86f

Please sign in to comment.