11name := " ezXML"
22
33ThisBuild / organization := " com.github.julienst"
4- ThisBuild / version := " 0.7 "
5- ThisBuild / scalaVersion := " 2.13.3 "
4+ ThisBuild / version := " 0.8 "
5+ ThisBuild / scalaVersion := " 2.13.5 "
66ThisBuild / scalacOptions += " -Ymacro-annotations"
77
88lazy val core = crossProject(JSPlatform , JVMPlatform )
@@ -11,9 +11,9 @@ lazy val core = crossProject(JSPlatform, JVMPlatform)
1111 .settings(
1212 name := " ezxml.core" ,
1313 libraryDependencies ++= Seq (
14- " com.lihaoyi" %%% " fastparse" % " 2.3.0 " ,
14+ " com.lihaoyi" %%% " fastparse" % " 2.3.1 " , // https://mvnrepository.com/artifact/com.lihaoyi/fastparse
1515 " org.scala-lang.modules" %%% " scala-xml" % " 1.3.0" , // https://mvnrepository.com/artifact/org.scala-lang.modules/scala-xml
16- " org.scalatest" %%% " scalatest" % " 3.1.2 " % Test // https://mvnrepository.com/artifact/org.scalatest/scalatest
16+ " org.scalatest" %%% " scalatest" % " 3.2.5 " % Test // https://mvnrepository.com/artifact/org.scalatest/scalatest
1717 )
1818 )
1919
@@ -28,8 +28,8 @@ lazy val extension = crossProject(JSPlatform, JVMPlatform)
2828 name := " ezxml.extension" ,
2929 libraryDependencies ++= Seq (
3030 " org.scala-lang.modules" %%% " scala-xml" % " 1.3.0" , // https://mvnrepository.com/artifact/org.scala-lang.modules/scala-xml
31- " org.scala-lang" % " scala-reflect" % " 2.13.3 " , // https://mvnrepository.com/artifact/org.scala-lang/scala-reflect
32- " org.scalatest" %%% " scalatest" % " 3.1.2 " % Test // https://mvnrepository.com/artifact/org.scalatest/scalatest
31+ " org.scala-lang" % " scala-reflect" % " 2.13.5 " , // https://mvnrepository.com/artifact/org.scala-lang/scala-reflect
32+ " org.scalatest" %%% " scalatest" % " 3.2.5 " % Test // https://mvnrepository.com/artifact/org.scalatest/scalatest
3333 ),
3434 scalacOptions += " -Ymacro-annotations"
3535 )
0 commit comments