Skip to content

Commit

Permalink
Merge pull request #2451 from scalacenter/update/scala-library-2.13.15
Browse files Browse the repository at this point in the history
build(deps): Update scala-library from 2.13.14 to 2.13.15
  • Loading branch information
tgodzik authored Sep 26, 2024
2 parents 34c545b + 949be4e commit 5fe84db
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lazy val `test-project` =
.withoutSuffixFor(JVMPlatform)
.settings(
name := "test-project",
scalaVersion := "2.13.14",
scalaVersion := "2.13.15",
mainClass in (Compile, run) := Some("hello.App")
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ lazy val `test-project` =
.withoutSuffixFor(JVMPlatform)
.settings(
name := "test-project",
scalaVersion := "2.13.14",
scalaVersion := "2.13.15",
mainClass in (Compile, run) := Some("hello.App")
)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.0.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.2")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.5")

val pluginVersion = sys.props.getOrElse(
"bloopVersion",
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import sbt.Provided
object Dependencies {
val Scala211Version = "2.11.12"
val Scala212Version = "2.12.20"
val Scala213Version = "2.13.14"
val Scala213Version = "2.13.15"

val SbtVersion = "1.5.8"

Expand Down

0 comments on commit 5fe84db

Please sign in to comment.