Skip to content
Merged
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
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ ThisBuild / licenses += ("Apache License, Version 2.0", url("http://ww
ThisBuild / startYear := Some(2006)
ThisBuild / organizationName := "WorldWide Conferencing, LLC"

val scala212Version = "2.12.20"
val scala213Version = "2.13.16"
val scala212Version = "2.12.21"
val scala213Version = "2.13.18"

ThisBuild / scalaVersion := scala212Version
ThisBuild / crossScalaVersions := Seq(scala212Version, scala213Version)
Expand Down
10 changes: 10 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# JitPack's default sbt build runs `sbt -Dsbt.log.noformat=true clean publishM2`,
# which publishes only the default Scala version. That is why
# com.github.OpenBankProject.lift-persistence:lift-persistence_2.13 resolves to
# 404 for every tag up to v1.0.4, even though crossScalaVersions has always
# listed 2.13.
#
# `+publishM2` cross-publishes every entry in crossScalaVersions, so a single tag
# yields both lift-persistence_2.12 and lift-persistence_2.13.
install:
- sbt -Dsbt.log.noformat=true clean +publishM2
Loading