Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import xerial.sbt.Sonatype.sonatypeCentralHost
lazy val Common = config("common") extend (Compile)
lazy val Edifact = config("xsd") extend (Compile)

lazy val scala212 = "2.12.20"
lazy val scala212 = "2.13.16"
lazy val scala213 = "2.13.10"
lazy val scala33 = "3.3.6"

Expand Down
2 changes: 1 addition & 1 deletion sbt/src/sbt-test/sbt-delightful-edifact/simple/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
//
// You should have received a copy of the GNU Lesser General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
scalaVersion := "2.12.20"
scalaVersion := "2.13.16"
name := "foo"
libraryDependencies ++= Seq(
"org.sweet-delights" %% "delightful-edifact" % s"${sys.props.getOrElse("plugin.version", "0")}",
Expand Down
Loading