File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,8 @@ name := "scala-repl-pp-root"
2
2
publish/ skip := true
3
3
4
4
ThisBuild / organization := " com.michaelpollmeier"
5
- ThisBuild / scalaVersion := " 3.4.2 "
5
+ ThisBuild / scalaVersion := " 3.4.3 "
6
6
7
- lazy val ScalaCollectionCompatVersion = " 2.11.0"
8
7
lazy val ScalaTestVersion = " 3.2.18"
9
8
10
9
lazy val shadedLibs = project.in(file(" shaded-libs" ))
Original file line number Diff line number Diff line change 1
- sbt.version =1.10.1
1
+ sbt.version =1.10.5
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" com.github.sbt" % " sbt-native-packager" % " 1.10.0 " )
2
- addSbtPlugin(" io.shiftleft" % " sbt-ci-release-early" % " 2.0.45 " )
3
- addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 2.1.1 " )
1
+ addSbtPlugin(" com.github.sbt" % " sbt-native-packager" % " 1.10.4 " )
2
+ addSbtPlugin(" io.shiftleft" % " sbt-ci-release-early" % " 2.0.48 " )
3
+ addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 2.3.0 " )
You can’t perform that action at this time.
0 commit comments