Skip to content

Commit 0165bb3

Browse files
committed
Update scala3-library to 3.8.3
Signed-off-by: Scala Steward <scala_steward@virtuslab.com>
1 parent acc78cd commit 0165bb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).settings(
22
inThisBuild(
33
List(
44
organization := "com.example",
5-
scalaVersion := "3.8.2",
5+
scalaVersion := "3.8.3",
66
version := "0.2.1-snapshot"
77
// semanticdbEnabled := true,
88
// semanticdbVersion := scalafixSemanticdb.revision
@@ -15,7 +15,7 @@ lazy val root = (project in file(".")).settings(
1515
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-core" % "4.3.10",
1616
libraryDependencies += "com.sksamuel.scrimage" % "scrimage-filters" % "4.3.10",
1717
libraryDependencies += "dev.zio" %% "zio-blocks-schema" % "0.0.31",
18-
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test,
18+
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test
1919
)
2020

2121
Compile / unmanagedResourceDirectories += { baseDirectory.value / "lib" }

0 commit comments

Comments
 (0)