Skip to content

Commit

Permalink
scala 3
Browse files Browse the repository at this point in the history
  • Loading branch information
lhns committed Feb 23, 2023
1 parent 116bece commit c3bda62
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
ThisBuild / scalaVersion := "2.13.10"
ThisBuild / scalaVersion := "3.2.2"

val V = new {
val betterMonadicFor = "0.3.1"
val catsEffect = "3.4.8"
val circe = "0.14.4"
val circeConfig = "0.10.0"
Expand All @@ -19,7 +18,6 @@ lazy val commonSettings: Seq[Setting[_]] = Seq(
sys.env.get("CI_VERSION").collect { case Tag(tag) => tag }
.getOrElse("0.0.1-SNAPSHOT")
},
addCompilerPlugin("com.olegpy" %% "better-monadic-for" % V.betterMonadicFor),
libraryDependencies ++= Seq(
"ch.qos.logback" % "logback-classic" % V.logbackClassic % Test,
"de.lolhens" %% "munit-tagless-final" % V.munitTaglessFinal % Test,
Expand Down

0 comments on commit c3bda62

Please sign in to comment.