Skip to content

Commit

Permalink
Update scala-library to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 5, 2024
1 parent 28d34dd commit 4f7a422
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,4 +1,4 @@
ThisBuild / scalaVersion := "2.13.8"
ThisBuild / scalaVersion := "2.13.14"
ThisBuild / version := "0.0.1"
ThisBuild / organization := "dev.tradex"
ThisBuild / organizationName := "tradex"
Expand Down
2 changes: 1 addition & 1 deletion project/versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object Versions {
val catsMtlVersion = "1.2.0"
val macroParadiseVersion = "2.1.1"
val kindProjectorVersion = "0.13.2"
val scalaVersion = "2.13.8"
val scalaVersion = "2.13.14"
val silencerVersion = "1.4.4"
val log4j2Version = "2.13.1"
val pureconfigVersion = "0.17.1"
Expand Down

0 comments on commit 4f7a422

Please sign in to comment.