Skip to content

Commit

Permalink
Merge pull request #3135 from danicheg/fix-build
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
mpilquist authored Feb 8, 2023
2 parents d2c2cba + 3755fe4 commit cbbea78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.typesafe.tools.mima.core._

Global / onChangedBuildSource := ReloadOnSourceChanges

ThisBuild / tlBaseVersion := "3.5"
ThisBuild / tlBaseVersion := "3.6"

ThisBuild / organization := "co.fs2"
ThisBuild / organizationName := "Functional Streams for Scala"
Expand Down

0 comments on commit cbbea78

Please sign in to comment.