Skip to content

Commit

Permalink
Removed Provided dependency (not right!) and bump-minor for changed d…
Browse files Browse the repository at this point in the history
…ependency characteristics
  • Loading branch information
j-mie6 committed Jan 13, 2023
1 parent d1c1fac commit 2f25a74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ val Scala3 = "3.2.1"
Global / onChangedBuildSource := ReloadOnSourceChanges

inThisBuild(List(
tlBaseVersion := "1.0",
tlBaseVersion := "1.1",
organization := "com.github.j-mie6",
startYear := Some(2022),
homepage := Some(url("https://github.com/j-mie6/parsley-cats")),
Expand All @@ -34,8 +34,8 @@ lazy val `parsley-cats` = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.settings(
name := projectName,
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.8.0" % Provided,
"com.github.j-mie6" %%% "parsley" % "4.0.0" % Provided,
"org.typelevel" %%% "cats-core" % "2.8.0",
"com.github.j-mie6" %%% "parsley" % "4.0.0",
"org.scalatest" %%% "scalatest" % "3.2.12" % Test,
"org.typelevel" %%% "cats-laws" % "2.8.0" % Test,
),
Expand Down

0 comments on commit 2f25a74

Please sign in to comment.