Skip to content

Commit cbbea78

Browse files
authored
Merge pull request #3135 from danicheg/fix-build
Fix build
2 parents d2c2cba + 3755fe4 commit cbbea78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import com.typesafe.tools.mima.core._
22

33
Global / onChangedBuildSource := ReloadOnSourceChanges
44

5-
ThisBuild / tlBaseVersion := "3.5"
5+
ThisBuild / tlBaseVersion := "3.6"
66

77
ThisBuild / organization := "co.fs2"
88
ThisBuild / organizationName := "Functional Streams for Scala"

0 commit comments

Comments
 (0)