File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2121Compile / unmanagedResourceDirectories += { baseDirectory.value / " lib" }
You can’t perform that action at this time.
0 commit comments