Skip to content

Commit

Permalink
Update scala-library to 2.13.14 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii committed May 7, 2024
1 parent 5d32cf3 commit 7b0fdcc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sbt
@@ -1,5 +1,3 @@
import scala.collection.immutable.Seq

enablePlugins(
ZioSbtEcosystemPlugin,
ZioSbtCiPlugin,
Expand All @@ -11,7 +9,7 @@ inThisBuild(
organization := "com.guizmaii",
homepage := Some(url("https://github.com/guizmaii-opensource/zio-uuid")),
zioVersion := "2.0.22",
scala213 := "2.13.12",
scala213 := "2.13.14",
scala3 := "3.3.3",
crossScalaVersions -= scala212.value,
ciEnabledBranches := Seq("main"),
Expand Down

0 comments on commit 7b0fdcc

Please sign in to comment.