Skip to content

Commit

Permalink
Update scala-library to 2.13.13 (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Mar 2, 2024
1 parent 3d8e87f commit 5792a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import org.scalafmt.sbt.ScalafmtPlugin.autoImport.scalafmtOnCompile
import sbt.Keys.resolvers
val mainScala = "2.13.12"
val mainScala = "2.13.13"
val scala3Version = "3.3.1"
val allScala = Seq(mainScala, scala3Version)
val zioVersion = "2.0.21"
Expand Down

0 comments on commit 5792a30

Please sign in to comment.