Skip to content

Commit

Permalink
Update scala-library to 2.13.15 (#385)
Browse files Browse the repository at this point in the history
* Update scala-library to 2.13.15

* upgrade sbt-scoverage to 2.2.1
  • Loading branch information
gastonschabas authored Oct 5, 2024
1 parent 7cd7d0f commit a05df68
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 com.typesafe.sbt.packager.docker.{
DockerPermissionStrategy
}

ThisBuild / scalaVersion := "2.13.14"
ThisBuild / scalaVersion := "2.13.15"
ThisBuild / organization := "com.gaston"
ThisBuild / organizationName := "gaston-schabas"
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin("org.scalameta" %% "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.2.0")
addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.2.1")
addSbtPlugin("com.github.mwz" %% "sbt-sonar" % "2.2.0")
addSbtPlugin("org.playframework" %% "sbt-plugin" % "3.0.5")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
Expand Down

0 comments on commit a05df68

Please sign in to comment.