Skip to content

Commit

Permalink
Merge pull request #180 from eed3si9n/wip/fix-release
Browse files Browse the repository at this point in the history
Fix release
  • Loading branch information
eed3si9n authored Mar 8, 2024
2 parents bfe3017 + df50095 commit cb2d7e6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ lazy val root = (project in file("."))
name := "sbt-protobuf"
crossScalaVersions := Seq(scala212)
scalaVersion := scala212
pluginCrossBuild / sbtVersion := "1.5.8"
libraryDependencies += protobuf
Compile / sourceGenerators += task {
val source = s"""package sbtprotobuf
Expand Down Expand Up @@ -67,9 +68,4 @@ lazy val root = (project in file("."))
}
scriptedBufferLog := false
scriptedLaunchOpts += s"-Dplugin.version=${version.value}"
(pluginCrossBuild / sbtVersion) := {
scalaBinaryVersion.value match {
case "2.12" => "1.5.8"
}
}
})

0 comments on commit cb2d7e6

Please sign in to comment.