File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import com.typesafe.tools.mima.core._
2
2
3
3
Global / onChangedBuildSource := ReloadOnSourceChanges
4
4
5
- ThisBuild / tlBaseVersion := " 3.11 "
5
+ ThisBuild / tlBaseVersion := " 3.12 "
6
6
7
7
ThisBuild / organization := " co.fs2"
8
8
ThisBuild / organizationName := " Functional Streams for Scala"
Original file line number Diff line number Diff line change 1
1
val sbtTypelevelVersion = " 0.7.5"
2
2
addSbtPlugin(" org.typelevel" % " sbt-typelevel" % sbtTypelevelVersion)
3
3
addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % sbtTypelevelVersion)
4
- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.16 .0" )
4
+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.17 .0" )
5
5
addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.17" )
6
6
addSbtPlugin(" com.armanbilge" % " sbt-scala-native-config-brew-github-actions" % " 0.3.0" )
7
7
addSbtPlugin(" io.github.sbt-doctest" % " sbt-doctest" % " 0.11.1" )
You can’t perform that action at this time.
0 commit comments