Skip to content

Commit

Permalink
Update scala-library to 2.13.16
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot committed Jan 10, 2025
1 parent 5995880 commit 90c1153
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,7 +1,7 @@
import sbtrelease.ReleasePlugin.autoImport.ReleaseTransformations._

def Scala212 = "2.12.20"
def Scala213 = "2.13.15"
def Scala213 = "2.13.16"

val commonSettings = Def.settings(
publishTo := sonatypePublishToBundle.value,
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/main/scala/unused_code/UnusedCodePlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ object UnusedCodePlugin extends AutoPlugin {
val buildSbt =
s"""|name := "tmp-unused-code"
|logLevel := Level.Warn
|scalaVersion := "2.13.15"
|scalaVersion := "2.13.16"
|libraryDependencies ++= Seq(
| "com.github.xuwei-k" %% "unused-code-scalafix" % "${UnusedCodeBuildInfo.version}"
|)
Expand Down

0 comments on commit 90c1153

Please sign in to comment.